Skip to content

Commit

Permalink
Add XP 12, Compiler 9
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent 39237e7 commit a97dcc9
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,12 +6,12 @@
"description" : "XP static initializer blocks",
"keywords": ["language", "module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/compiler": "^8.0 | ^7.0",
"php" : ">=7.0.0"
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/compiler": "^9.0 | ^8.0",
"php" : ">=7.4.0"
},
"require-dev" : {
"xp-framework/test": "^1.0"
"xp-framework/test": "^2.0 | ^1.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit a97dcc9

Please sign in to comment.