Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov authored Mar 5, 2024
1 parent 6a988d9 commit 6ffd1bd
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,14 +13,14 @@
"require": {
"akaunting/laravel-money": "^1.2|^2.1|^3.0|^4.0|^5.1",
"ext-pdo_sqlite": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.40|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.40|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0|^8.0",
"phpunit/phpunit": "^9.4",
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.4|^10.0",
"symplify/monorepo-builder": "^9.4.21"
},
"autoload": {
Expand Down

0 comments on commit 6ffd1bd

Please sign in to comment.