Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Jul 15, 2021
1 parent 5e629ce commit d7b06bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "URL binding for Laravel models",
"type": "library",
"require": {
"php": "^7.3",
"laravel/framework": "^6.0 || ^7.0"
"php": ">=7.3",
"laravel/framework": ">=6.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
"larapack/dd": "^1.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^7.0 || ^8.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit d7b06bd

Please sign in to comment.