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

Commit 0d6cd30

Browse files
author
Quinten
authored
🔨 [FIX] Laravel 6 & Composer dependency incompatibility
- Removes unneeded composer dependencies (Fixes #85)
1 parent 88c2dc9 commit 0d6cd30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

composer.json

-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": "^7.1",
15-
"composer/composer": "dev-master",
1615
"laravel/framework": ">=5.6",
17-
"ext-pdo": "*",
18-
"ext-curl": "*",
19-
"ext-json": "*"
2016
},
2117
"extra": {
2218
"laravel": {

0 commit comments

Comments
 (0)