Skip to content

Commit

Permalink
raise dependencies, especially min php version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 10, 2015
1 parent b893afb commit 2880e86
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 163 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
7.0.0 (201?-??-??)
------------------

### BC breaks

* Raised minimum required PHP version to 5.5


6.2.2 (2015-07-06)
------------------

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -5,20 +5,20 @@
"license": "BSD-3-Clause",
"description": "Base classes for Stubbles based web applications.",
"require": {
"php": ">=5.4.0",
"stubbles/core": "^6.1",
"stubbles/input": "^5.1"
"php": ">=5.5.0",
"stubbles/core": "^7.0",
"stubbles/input": "^6.0"
},
"suggest": {
"stubbles/xml": "^4.3",
"stubbles/xml": "^5.0",
"stubbles/image": "^4.0"
},
"require-dev": {
"stubbles/xml": "^4.3",
"stubbles/xml": "^5.0",
"stubbles/image": "^4.0",
"phpunit/phpunit": "^4.7",
"mikey179/vfsStream": "^1.5",
"bovigo/callmap": "^1.0"
"phpunit/phpunit": "^4.8",
"mikey179/vfsStream": "^1.6",
"bovigo/callmap": "^1.1"
},
"autoload": {
"psr-4": {
Expand All @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.2.x-dev"
"dev-master": "7.0.x-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 2880e86

Please sign in to comment.