Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Commit ec04d9b

Browse files
author
GyunerZeki
committed
Key require is a duplicate in ./composer.json at line 10 (fixed)
1 parent 86921ea commit ec04d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sample skeleton application of APIJet",
44
"license": "MIT",
55
"require": {
6-
"php": ">=5.4.0"
6+
"php": ">=5.4.0",
77
"api-jet/api-jet": "dev-master"
88
}
99
}

0 commit comments

Comments
 (0)