Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 7516db8

Browse files
committed
Fixed dependency of php
1 parent f37beab commit 7516db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.6.8",
12+
"php": ">=5.6",
1313
"aurora-framework/helper": "~1.0"
1414
},
1515
"require-dev": {
16-
"php": ">=5.6.8",
16+
"php": ">=5.6",
1717
"aurora-framework/helper": "dev-master"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)