Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🔨 [FIX] Laravel 6 & Composer dependency incompatibility
Browse files Browse the repository at this point in the history
- Removes unneeded composer dependencies (Fixes #85)
  • Loading branch information
Quinten authored Nov 25, 2019
1 parent 88c2dc9 commit 0d6cd30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"composer/composer": "dev-master",
"laravel/framework": ">=5.6",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 0d6cd30

Please sign in to comment.