1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

symfony/process:^4.3 requires php:^7.1.3, adjust dependency constraint to prevent install on < 7.1.3 (#2141)

* symfony/process:^4.3 requires php:^7.1.3, adjust dependency constraint to prevent install on < 7.1.3

* remove 7.1 option
This commit is contained in:
SignpostMarv 2019-09-18 20:03:12 +01:00 committed by Matthew Brown
parent 9ad6c36d9b
commit e9cd7917a4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ stages:
# - Code coverage analysis
php:
- 7.1
- 7.1.3
- 7.2
- 7.3
- 7.4snapshot

View File

@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1.3",
"nikic/php-parser": "^4.2",
"openlss/lib-array2xml": "^1.0",
"ocramius/package-versions": "^1.2",