Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch committed Oct 30, 2023
1 parent b9b491c commit b5fab86
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 @@ -19,19 +19,19 @@
}
],
"require": {
"php": "^7.0|^8.0|^8.1|^8.2",
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"ext-curl": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"levizoesch/laravelsetenvironment": "^1.0.2",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"brianium/paratest": "^4.0|^5.0|^6.0|^7.0",
"nunomaduro/collision": "^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"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",
"phpunit/phpunit": "^9.0|^10.0"
"phpunit/phpunit": "^1.0|^2.0|^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b5fab86

Please sign in to comment.