Skip to content

Commit 8a86a18

Browse files
committed
fixed PSR 4 compatibility issue
1 parent cf59bb0 commit 8a86a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"require": {
1919
"php": ">=5.4",
20-
"illuminate/support": ">=5.0.0",
2120
"ext-soap": "*",
2221
"ext-curl": "*",
23-
"ext-json": "*",
22+
"ext-json": "*",
23+
"illuminate/support": ">=5.0.0",
2424
"ghasedak/php":"dev-master",
2525
"kavenegar/php": "*"
2626
}
File renamed without changes.

0 commit comments

Comments
 (0)