Skip to content

Commit

Permalink
Prepare 6.5.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 13, 2015
1 parent 9a1f50e commit 75b2351
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Web tests change log

## ?.?.? / ????-??-??

## 6.5.0 / 2015-12-13

* **Heads up**: Changed minimum XP version to run webtests to XP
6.5.0, and with it the minimum PHP version to PHP 5.5
(@thekid)

## 6.4.4 / 2015-08-22

* Introduced new `@webtest` annotation replacing necessity to overwrite
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description" : "Web tests for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^6.4.2",
"xp-framework/http": "~6.0",
"xp-framework/xml": "~6.0",
"xp-framework/scriptlet": "~6.0",
"xp-framework/unittest": "^6.4.2",
"php" : ">=5.4.0"
"xp-framework/core": "^6.5",
"xp-framework/http": "^6.0",
"xp-framework/xml": "^6.0",
"xp-framework/scriptlet": "^6.0",
"xp-framework/unittest": "^6.7",
"php" : ">=5.5.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 75b2351

Please sign in to comment.