Skip to content

Commit

Permalink
Merge pull request #69 from samsonasik/update-php74-requirement
Browse files Browse the repository at this point in the history
Update requirement to PHP 7.4 and Apply PHP 7.4 syntax and typed property
  • Loading branch information
Ocramius authored Aug 22, 2022
2 parents 5d7fc72 + 65d1ba3 commit c5aed3c
Show file tree
Hide file tree
Showing 15 changed files with 89 additions and 178 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -27,14 +27,15 @@
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.4 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpbench/phpbench": "^1.0",
"phpunit/phpunit": "^9.3.7",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5.23",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.7"
"vimeo/psalm": "^4.26",
"phpstan/phpdoc-parser": "^0.5.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c5aed3c

Please sign in to comment.