Skip to content

Commit

Permalink
preparing 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Mar 4, 2024
1 parent 646e944 commit 9e03e1e
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 403 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ you can use the following url: https://github.com/ericsizemore/simple_counter/co

Simply replace the version numbers depending on which set of changes you wish to see.

### 5.0.1 (2024-03-04)

* Updated `Esi\Utility` to `2.0.0`

### 5.0.0 (2024-01-11)
* NOTE: Not backwards compatible with prior SimpleCounter versions.
* Bumped PHP version requirement to 8.2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"require": {
"php": "^8.2 <8.5",
"esi/utility": "^1.3 <2.0"
"esi/utility": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": ">=3.45",
"friendsofphp/php-cs-fixer": "dev-master",
"phpstan/phpstan": ">=1.11",
"phpstan/phpstan-phpunit": ">=1.4",
"phpstan/phpstan-strict-rules": ">=1.6",
"phpunit/phpunit": ">10.5 <12",
"rector/rector": "dev-main"
"phpunit/phpunit": "^11.0",
"rector/rector": "^1.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
Loading

0 comments on commit 9e03e1e

Please sign in to comment.