Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch authored Sep 15, 2024
1 parent d3e166a commit 95bf7d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-curl": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"levizoesch/laravel-set-environment": "^1.0",
"spatie/laravel-package-tools": "^1.0"
"spatie/laravel-package-tools": "^1.0 | ^1.16.2"
},
"require-dev": {
"brianium/paratest": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0",
"nunomaduro/collision": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"pestphp/pest": "^1.0|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0",
"nunomaduro/collision": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.0|^2.0|^3.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0|^3.0",
"phpunit/phpunit": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
Expand Down

0 comments on commit 95bf7d5

Please sign in to comment.