Skip to content

Commit

Permalink
Merge pull request #5 from xp-forge/refactor/xp9
Browse files Browse the repository at this point in the history
XP9 Compat
  • Loading branch information
thekid authored Jun 4, 2017
2 parents 8bf0fad + 2f6ca2b commit 918b4fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

dist: trusty

php:
- 5.6
- 7.0
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Web change log
==============

## 0.2.0 / 2017-06-04

* Added forward compatibility with XP 9.0.0 - @thekid

## 0.1.0 / 2017-05-07

* Hello World! First release - @thekid
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description" : "Web applications for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^8.0 | ^7.0",
"xp-forge/uri": "^0.5",
"xp-framework/core": "^9.0 | ^8.0 | ^7.0",
"xp-forge/uri": "^1.0",
"php": ">=5.6.0"
},
"require-dev" : {
"xp-framework/unittest": "^7.0"
"xp-framework/unittest": "^9.0 | ^8.0 |^7.0"
},
"bin": ["bin/xp.xp-forge.web"],
"autoload" : {
Expand Down

0 comments on commit 918b4fd

Please sign in to comment.