Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreshnik authored Mar 2, 2023
1 parent e666ea1 commit 439b538
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
}
],
"require": {
"php": "^7.3|^7.4|^8.0",
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0|^9.0"
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0"
"phpunit/phpunit": "^8.4|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 439b538

Please sign in to comment.