Skip to content

Commit e82e25a

Browse files
authored
Merge pull request #12 from mrsuh/php-parser
nikic/PHP-Parser v4.18.0
2 parents d705534 + af59268 commit e82e25a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "8.0"
1717
- "8.1"
1818
- "8.2"
19+
- "8.3"
1920
operating-system:
2021
- "ubuntu-latest"
2122

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=7.4",
2727
"composer-plugin-api": "^1.0|^2.0",
28-
"mrsuh/php-parser": "94.17.0",
28+
"mrsuh/php-parser": "94.18.0",
2929
"symfony/console": "^4.0|^5.0|^6.0",
3030
"symfony/filesystem": "^4.0|^5.0|^6.0",
3131
"symfony/finder": "^4.0|^5.0|^6.0"

0 commit comments

Comments
 (0)