Skip to content

Commit 00d9658

Browse files
committed
Fix xp-framework/ast dependency
1 parent 725e453 commit 00d9658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.6 | ^10.16",
1010
"xp-framework/reflection": "^3.0 | ^2.13",
11-
"xp-framework/ast": "^11.0 | ^10.1",
11+
"xp-framework/ast": "dev-feature/pipelines as 11.1.0",
1212
"php" : ">=7.4.0"
1313
},
1414
"require-dev" : {

0 commit comments

Comments
 (0)