Skip to content

Commit bfde85b

Browse files
committed
[41a5f8b] CHG: bump minimum version to php 8.2 and use dev versions of the goap packages, which are compatible
1 parent 158f11a commit bfde85b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^7.4",
18-
"goaop/framework": "^3.0",
17+
"php": "^8.2",
18+
"goaop/framework": "^4.0@dev",
19+
"goaop/parser-reflection": "^4.0@dev",
1920
"phpunit/phpunit": "^9.5",
2021
"symfony/finder": "^4.4 | ^5.4 | ^6.0"
2122
},

0 commit comments

Comments
 (0)