We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9a4d3d + 3fafa2e commit 6b26322Copy full SHA for 6b26322
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
include:
15
- php: "7.4"
16
- COMPOSER_FLAGS: "--ignore-platform-reqs --prefer-stable --prefer-lowest"
+ COMPOSER_FLAGS: "--prefer-stable --prefer-lowest"
17
- php: "8.0"
18
- php: "8.1"
19
- php: "8.2"
@@ -37,7 +37,7 @@ jobs:
37
name: Static Code Analysis
38
runs-on: 'ubuntu-24.04'
39
env:
40
- php-version: '7.1'
+ php-version: '7.4'
41
steps:
42
- name: Checkout source
43
uses: actions/checkout@v4
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
- "php": "^7.1.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
"symfony/process": "^4.4 || ^5 || ^6 || ^7"
},
"require-dev": {
0 commit comments