Skip to content

Commit 4479e28

Browse files
author
coa
committed
Improved dependencies definition
1 parent 85112e1 commit 4479e28

2 files changed

Lines changed: 693 additions & 695 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
"homepage": "https://github.com/ajant/SimpleArrayLibrary",
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": ">=5.4.0",
15-
"satooshi/php-coveralls": "~1.0"
14+
"php": ">=5.4.0"
1615
},
1716
"require-dev": {
18-
"phpunit/phpunit": "^4|^5",
19-
"satooshi/php-coveralls": "v1.0.1"
17+
"phpunit/phpunit": ">=4",
18+
"satooshi/php-coveralls": "^1.0.1"
2019
},
2120
"autoload": {
2221
"psr-4": {

0 commit comments

Comments
 (0)