mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Syntax update
`~7.0|~7.1` is the same as `~7.0`. I think you mean to do `7.0.*|7.1.*` since PHP does not do Semver.
This commit is contained in:
parent
2b95b1bd0f
commit
585baa2477
@ -15,7 +15,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~7.0|~7.1",
|
||||
"php": "7.0.*|7.1.*",
|
||||
"symfony/framework-bundle": "^3.2.5|^4.0",
|
||||
"symfony/property-info": "^3.1|^4.0",
|
||||
"exsyst/swagger": "~0.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user