Skip to content

Commit

Permalink
Merge pull request #113 from fezfez/php8.4
Browse files Browse the repository at this point in the history
Allow php 8.4 + composer bump --dev-only
  • Loading branch information
Ocramius authored Nov 12, 2024
2 parents d816577 + 8e94706 commit 3d22ec5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"MIT"
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"nikic/php-parser": "^4.17.1",
"phpstan/phpstan": "^1.10.47"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.8",
"infection/infection": "^0.27.11",
"maglnet/composer-require-checker": "^4.7.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.1",
"squizlabs/php_codesniffer": "^3.7.2"
"phpstan/phpstan-phpunit": "^1.4.1",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^10.5.38",
"squizlabs/php_codesniffer": "^3.11.0"
},
"autoload": {
"psr-4": {
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d22ec5

Please sign in to comment.