Skip to content

Commit

Permalink
allow illuminate v10 dev dependencies for use with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Pierce committed May 1, 2024
1 parent 0a7043b commit e629f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"phpunit/phpunit": "^10.0",
"php-coveralls/php-coveralls": "^2.4",
"illuminate/filesystem": "^11.0",
"illuminate/filesystem": "^10.0 | ^11.0",
"phpstan/phpstan": "^1.10",
"slevomat/coding-standard": "^6.4",
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit e629f6e

Please sign in to comment.