Skip to content

Commit

Permalink
Support spatie/regex versions 2 and 3
Browse files Browse the repository at this point in the history
Resolves #18
  • Loading branch information
spawnia committed Jan 28, 2022
1 parent 22aaf44 commit a4c51fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v5.4.0

### Added

- Support `spatie/regex` versions 2 and 3

## v5.3.0

### Added
Expand Down
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@
"php": "^7.4 || ^8",
"ext-json": "*",
"egulias/email-validator": "^2.1.17 || ^3",
"spatie/regex": "^1.4",
"spatie/regex": "^1.4 || ^2 || ^3",
"thecodingmachine/safe": "^1.3 || ^2",
"webonyx/graphql-php": "^0.13.9 || ^14"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.16",
"friendsofphp/php-cs-fixer": "3.4.*",
"mll-lab/php-cs-fixer-config": "^4.3",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^9",
"symfony/var-dumper": "^5.4",
"symfony/var-dumper": "^5.4 || ^6",
"thecodingmachine/phpstan-safe-rule": "^1.1"
},
"autoload": {
Expand All @@ -42,5 +43,11 @@
"psr-4": {
"MLL\\GraphQLScalars\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
}
}

0 comments on commit a4c51fd

Please sign in to comment.