Skip to content

Commit

Permalink
Update composer for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Feb 15, 2023
1 parent 50162f2 commit 3ba0fbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"akaunting/laravel-money": "^1.2|^2.1",
"ext-pdo_sqlite": "*",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/database": "^8.40|^9.0",
"illuminate/support": "^8.0|^9.0",
"php": "^8.0"
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.40|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^8.1"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"phpunit/phpunit": "^9.4",
"symplify/monorepo-builder": "^9.4.21"
},
Expand Down

0 comments on commit 3ba0fbf

Please sign in to comment.