Skip to content

Commit 468276e

Browse files
committed
Phpactor 2023.04
1 parent 9440005 commit 468276e

File tree

5 files changed

+4443
-335
lines changed

5 files changed

+4443
-335
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"psr-4": {"EmacsPHP\\Phpactor\\Sample\\": "tests/src/"}
1919
},
2020
"require": {
21-
"composer/package-versions-deprecated": "1.x-dev",
22-
"phpactor/phpactor": "dev-master#8cd4fe14bc3b2bf0401c56708ce2b6e3bcbd7754"
21+
"phpactor/phpactor": "^2023.04"
2322
},
2423
"config": {
2524
"classmap-authoritative": true,
@@ -31,7 +30,7 @@
3130
},
3231
"sort-packages": true,
3332
"platform": {
34-
"php": "7.4.28"
33+
"php": "8.0.0"
3534
},
3635
"allow-plugins": {
3736
"composer/package-versions-deprecated": true

0 commit comments

Comments
 (0)