Skip to content

Commit a4c51fd

Browse files
committed
Support spatie/regex versions 2 and 3
Resolves #18
1 parent 22aaf44 commit a4c51fd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v5.4.0
11+
12+
### Added
13+
14+
- Support `spatie/regex` versions 2 and 3
15+
1016
## v5.3.0
1117

1218
### Added

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,21 @@
1717
"php": "^7.4 || ^8",
1818
"ext-json": "*",
1919
"egulias/email-validator": "^2.1.17 || ^3",
20-
"spatie/regex": "^1.4",
20+
"spatie/regex": "^1.4 || ^2 || ^3",
2121
"thecodingmachine/safe": "^1.3 || ^2",
2222
"webonyx/graphql-php": "^0.13.9 || ^14"
2323
},
2424
"require-dev": {
2525
"ergebnis/composer-normalize": "^2.16",
26+
"friendsofphp/php-cs-fixer": "3.4.*",
2627
"mll-lab/php-cs-fixer-config": "^4.3",
2728
"phpstan/extension-installer": "^1",
2829
"phpstan/phpstan": "^1",
2930
"phpstan/phpstan-deprecation-rules": "^1",
3031
"phpstan/phpstan-phpunit": "^1",
3132
"phpstan/phpstan-strict-rules": "^1",
3233
"phpunit/phpunit": "^9",
33-
"symfony/var-dumper": "^5.4",
34+
"symfony/var-dumper": "^5.4 || ^6",
3435
"thecodingmachine/phpstan-safe-rule": "^1.1"
3536
},
3637
"autoload": {
@@ -42,5 +43,11 @@
4243
"psr-4": {
4344
"MLL\\GraphQLScalars\\Tests\\": "tests/"
4445
}
46+
},
47+
"config": {
48+
"allow-plugins": {
49+
"ergebnis/composer-normalize": true,
50+
"phpstan/extension-installer": true
51+
}
4552
}
4653
}

0 commit comments

Comments
 (0)