Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fix 'composer test' & remove illuminate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed May 11, 2018
1 parent da4ac62 commit 055f6ae
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 85 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"type": "project",
"require": {
"php": "^7.1.3",
"illuminate/cookie": "^5.6",
"illuminate/mail": "^5.6",
"illuminate/redis": "^5.6",
"illuminate/session": "^5.6",
"laravel/lumen-framework": "5.6.*",
"predis/predis": "^1.1",
"vlucas/phpdotenv": "~2.2"
Expand All @@ -34,9 +30,7 @@
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test" : [
"vendor/bin/phpunit"
]
"test": "\"vendor/bin/phpunit\""
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 055f6ae

Please sign in to comment.