Skip to content

Commit

Permalink
Merge pull request #86 from xp-forge/rfc/341
Browse files Browse the repository at this point in the history
Drop support for XP < 9
  • Loading branch information
thekid committed Sep 26, 2021
2 parents 7bfa7a6 + 611056a commit cfeaa25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"description" : "Web applications for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/networking": "^10.1 | ^9.0 | ^8.0 | ^7.0",
"xp-forge/uri": "^2.0 | ^1.2",
"xp-framework/core": "^10.0",
"xp-framework/networking": "^10.1 | ^9.3",
"xp-forge/uri": "^2.0 | ^1.4",
"php": ">=7.0.0"
},
"require-dev" : {
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 |^7.0"
"xp-framework/unittest": "^11.0 | ^10.1"
},
"bin": ["bin/xp.xp-forge.web"],
"autoload" : {
Expand Down

0 comments on commit cfeaa25

Please sign in to comment.