Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer authored Mar 12, 2020
1 parent 73492e6 commit 1b0edda
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 @@ -13,15 +13,15 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/database": "^6.0",
"illuminate/events": "^6.0",
"illuminate/support": "^6.0"
"illuminate/database": ">=6.0",
"illuminate/events": ">=6.0",
"illuminate/support": ">=6.0"
},
"require-dev": {
"d11wtq/boris": "^1.0",
"doctrine/dbal": "*",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"mockery/mockery": ">=1.0",
"phpunit/phpunit": ">=8.0",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
Expand Down

0 comments on commit 1b0edda

Please sign in to comment.