Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 0 additions & 108 deletions .drone.jsonnet

This file was deleted.

156 changes: 0 additions & 156 deletions .drone.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.github/ export-ignore
.phan/ export-ignore
docs/ export-ignore
Tests/ export-ignore
.drone.jsonnet export-ignore
.drone.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

## Installation via Composer

Add `"joomla/string": "~3.0"` to the require block in your composer.json and then run `composer install`.
Add `"joomla/string": "~4.0"` to the require block in your composer.json and then run `composer install`.

```json
{
"require": {
"joomla/string": "~3.0"
"joomla/string": "~4.0"
}
}
```

Alternatively, you can simply run the following from the command line:

```sh
composer require joomla/string "~3.0"
composer require joomla/string "~4.0"
```
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
These versions are currently being supported with security updates:

| Version | Supported |
| ------- | ------------------ |
|---------| ------------------ |
| 4.x.x | :white_check_mark: |
| 3.x.x | :white_check_mark: |
| 2.0.x | :white_check_mark: |
| 1.4.x | :x: |
Expand Down
Loading