-
-
Notifications
You must be signed in to change notification settings - Fork 225
Migrate to doctrine/lexer v3.0 #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
86933da
d807480
3d25492
0841364
f9e4bc5
7771e2b
4665415
4898bc2
d25d606
b3a424f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,13 @@ | ||
| imports: | ||
| - php | ||
| - php | ||
|
|
||
| build: | ||
| environment: | ||
| php: '7.4' | ||
| tests: | ||
| override: | ||
| - | ||
| command: 'vendor/bin/phpunit --coverage-clover=clover.xml --exclude-group flaky' | ||
| coverage: | ||
| file: 'clover.xml' | ||
| format: 'clover' | ||
| - php-scrutinizer-run | ||
| environment: | ||
| php: "8.1" | ||
| tests: | ||
| override: | ||
| - command: "vendor/bin/phpunit --coverage-clover=clover.xml --exclude-group flaky" | ||
| coverage: | ||
| file: "clover.xml" | ||
| format: "clover" | ||
| - php-scrutinizer-run |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,20 +1,28 @@ | ||||||
| { | ||||||
| "name": "egulias/email-validator", | ||||||
| "description": "A library for validating emails against several RFCs", | ||||||
| "homepage": "https://github.com/egulias/EmailValidator", | ||||||
| "keywords": ["email", "validation", "validator", "emailvalidation", "emailvalidator"], | ||||||
| "license": "MIT", | ||||||
| "name": "egulias/email-validator", | ||||||
Ph0tonic marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "description": "A library for validating emails against several RFCs", | ||||||
| "homepage": "https://github.com/egulias/EmailValidator", | ||||||
| "keywords": [ | ||||||
| "email", | ||||||
| "validation", | ||||||
| "validator", | ||||||
| "emailvalidation", | ||||||
| "emailvalidator" | ||||||
| ], | ||||||
| "license": "MIT", | ||||||
| "authors": [ | ||||||
| {"name": "Eduardo Gulias Davis"} | ||||||
| { | ||||||
| "name": "Eduardo Gulias Davis" | ||||||
| } | ||||||
| ], | ||||||
| "extra": { | ||||||
| "branch-alias": { | ||||||
| "dev-master": "3.0.x-dev" | ||||||
| "dev-master": "4.0.x-dev" | ||||||
| } | ||||||
| }, | ||||||
| "require": { | ||||||
| "php": ">=7.2", | ||||||
| "doctrine/lexer": "^1.2", | ||||||
| "php": ">=8.1", | ||||||
| "doctrine/lexer": "^3.0", | ||||||
|
||||||
| "doctrine/lexer": "^3.0", | |
| "doctrine/lexer": "^2.0 || ^3.0", |
This should be possible without much extra effort and avoid dependency conflicts downstream for the time being.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍
Uh oh!
There was an error while loading. Please reload this page.