Skip to content

Commit a56893d

Browse files
Drop support for PHP 7.2 and 7.3
1 parent d438625 commit a56893d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- php-version: '7.2'
20-
dependency-versions: 'lowest'
21-
tools: 'composer:v2'
22-
2319
- php-version: '7.4'
24-
dependency-versions: 'highest'
20+
dependency-versions: 'lowest'
2521
tools: 'composer:v2'
2622

2723
- php-version: '8.0'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": ">=7.2.0",
13+
"php": ">=7.4.0",
1414
"symfony/console": "^4.3 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
1515
"symfony/config": "^4.3 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
1616
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
1717
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
21-
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0 || ^6.0",
21+
"matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.0 || ^6.0",
2222
"phpspec/prophecy": "^1.14",
23-
"phpspec/prophecy-phpunit": "^1.1 || ^2.4"
23+
"phpspec/prophecy-phpunit": "^2.0"
2424
},
2525
"autoload": {
2626
"psr-4": {"Massive\\Bundle\\BuildBundle\\": "."},

0 commit comments

Comments
 (0)