mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-30 20:18:04 +00:00
fix version constraints (#109)
This commit is contained in:
committed by
Eduardo Gulias Davis
parent
f463fbe542
commit
4b59310c1a
+2
-2
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">= 5.3.3",
|
||||
"doctrine/lexer": "1.0.1"
|
||||
"doctrine/lexer": "^1.0.1"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit": "4.8.24"
|
||||
"phpunit/phpunit": "^4.8.24"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
||||
Reference in New Issue
Block a user