Skip to content

Commit

Permalink
add backward compability
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo committed Jun 6, 2022
1 parent b3caa96 commit 8cdb5fb
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 @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^8.1",
"php": "^7.3 | ^8.0 | ^8.1",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0"
"illuminate/contracts": "^7.0 | ^8.0 | ^9.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"nunomaduro/collision": "^5.0 | ^6.0",
"nunomaduro/larastan": "^1.0 | ^2.0.1",
"orchestra/testbench": "^6.0 | ^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-laravel": "^1.0 | ^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit 8cdb5fb

Please sign in to comment.