Skip to content

Commit

Permalink
Allow doctrine/lexer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Dec 20, 2022
1 parent 0170967 commit 249ed89
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 171 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"require": {
"php": ">=7.2",
"doctrine/lexer": "^1.2",
"doctrine/lexer": "^1.2|^2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
"vimeo/psalm": "^4.30|^5.4"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
Expand Down
Loading

0 comments on commit 249ed89

Please sign in to comment.