Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Loosen inter-component dependencies to ~2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 3, 2015
1 parent 613d3c8 commit 292cd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"php": ">=5.3.23",
"zendframework/zend-stdlib": "~2.5.0",
"zendframework/zend-servicemanager": "~2.5.0"
"zendframework/zend-stdlib": "~2.5",
"zendframework/zend-servicemanager": "~2.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -33,6 +33,6 @@
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0",
"zendframework/zend-config": "~2.5.0"
"zendframework/zend-config": "~2.5"
}
}

0 comments on commit 292cd64

Please sign in to comment.