8000 Use ">=" for the "php" requirement · Jeroeny/symfony@4a36076 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a36076

Browse files
alexpottnicolas-grekas
authored andcommitted
Use ">=" for the "php" requirement
1 parent 3270726 commit 4a36076

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/Symfony/Component/Asset/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"suggest": {
2222
"symfony/http-foundation": ""

src/Symfony/Component/CssSelector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.1.3"
23+
"php": ">=7.1.3"
2424
},
2525
"autoload": {
2626
"psr-4": { "Symfony\\Component\\CssSelector\\": "" },

src/Symfony/Component/Dotenv/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"require-dev": {
2222
"symfony/process": "^3.4.2|^4.0|^5.0"

src/Symfony/Component/Finder/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\Finder\\": "" },

src/Symfony/Component/OptionsResolver/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" },

src/Symfony/Component/Process/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Component\\Process\\": "" },

src/Symfony/Component/Routing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"require-dev": {
2222
"symfony/config": "^4.2|^5.0",

src/Symfony/Component/VarExporter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"require-dev": {
2222
"symfony/var-dumper": "^4.4.9|^5.0.9"

src/Symfony/Contracts/EventDispatcher/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"suggest": {
2222
"psr/event-dispatcher": "",

src/Symfony/Contracts/HttpClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": ">=7.1.3"
2020
},
2121
"suggest": {
2222
"symfony/http-client-implementation": ""

0 commit comments

Comments
 (0)
0