Skip to content

Commit

Permalink
Change to PHP 8.2 supported dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgswift committed Nov 13, 2023
1 parent c409e2e commit 524aec9
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 @@ -7,7 +7,7 @@
"php": "^7.3.0|^8.2",
"symfony/http-foundation": "~2.4|~3.0|~4.0|~5.0|~6.0",
"illuminate/database": "^6.20.26 || 7.* || 8.* || 9.*",
"league/event": "^2.1"
"league/event": "^2.1 || 3.*"
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
Expand Down

0 comments on commit 524aec9

Please sign in to comment.