Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Fix dev-dependency laravel/laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Oct 8, 2019
1 parent b12f056 commit ec2e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"jeremeamia/superclosure": "^2.4",
"laravel/laravel": "6.0",
"laravel/laravel": ">=5.5.0 <5.9.0 || ~6.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^6.4 || ~7.5"
Expand Down

0 comments on commit ec2e0f5

Please sign in to comment.