Skip to content

Commit

Permalink
Merge pull request #28 from SkylineGTRS/patch-1
Browse files Browse the repository at this point in the history
Updated dependencies to work with L10
  • Loading branch information
akalongman authored Jun 14, 2023
2 parents a0e258d + 8460411 commit 5782afb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"ext-mbstring": "*",
"symfony/yaml": "^6.0",
"symfony/translation": "^6.0",
"illuminate/console": "^9.0",
"illuminate/support": "^9.0",
"illuminate/database": "^9.0",
"illuminate/http": "^9.0"
"illuminate/console": "^10.0",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0",
"illuminate/http": "^10.0"
},
"require-dev": {
"mockery/mockery": "~1.3",
"phpunit/phpunit": "~9.0",
"longman/php-code-style": "^8.0",
"orchestra/testbench": "^7.4"
"phpunit/phpunit": "~10.0",
"longman/php-code-style": "^10.0",
"orchestra/testbench": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5782afb

Please sign in to comment.