Skip to content

Commit

Permalink
Merge pull request #10 from cybex-gmbh/master
Browse files Browse the repository at this point in the history
laravel 9 support
  • Loading branch information
gael-connan-cybex authored Mar 11, 2022
2 parents 13250ce + 9b68e07 commit 4691b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
}
],
"require": {
"illuminate/support": "^8.0",
"illuminate/support": "^8.0|^9.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4691b83

Please sign in to comment.