Skip to content

Commit

Permalink
Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Jun 13, 2023
1 parent cbe2008 commit 59251b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"php": ">=7.3",
"ext-curl": "*",
"ext-json": "*",
"doctrine/dbal": "^2.6|^3.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"doctrine/dbal": "^2.6|^3.1",
"phpunit/phpunit": "^9",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^5.0|^6.0",
"sempro/phpunit-pretty-print": "^1.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"phpunit/php-code-coverage": "^7.0|^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit 59251b9

Please sign in to comment.