mirror of
https://github.com/YGGverse/parser-php.git
synced 2026-03-31 17:25:28 +00:00
add neitanod/forceutf8 dependency
This commit is contained in:
parent
81f019be7a
commit
47c7d13697
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
"description": "Parser toolkit written on PHP",
|
"description": "Parser toolkit written on PHP",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1"
|
"php": ">=8.1",
|
||||||
|
"neitanod/forceutf8": "~2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=10"
|
"phpunit/phpunit": ">=10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue