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

Commit 5288f38

Browse files
author
Ivan Dudarev
committed
fix composer.json
1 parent 15c5582 commit 5288f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
}
1414
],
1515
"require":{
16-
"php":">=5.3.0"
16+
"php":"^5.3"
1717
},
1818
"require-dev":{
19-
"phpunit/phpinut":"^5"
19+
"phpunit/phpunit":"^5.1"
2020
},
2121
"suggest": {
2222
"ext-pdo_sqlite": "Need for Convertor"

0 commit comments

Comments
 (0)