Skip to content

Commit aa0e5e6

Browse files
committed
Remove php7 compatibility
1 parent ab70c52 commit aa0e5e6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
php-version:
12-
- '7.3'
13-
- '7.4'
1412
- '8.1'
1513
- '8.2'
1614
- '8.3'
@@ -22,11 +20,6 @@ jobs:
2220
- '7.3'
2321

2422
exclude:
25-
- { php-version: 7.3, symfony-version: 6.4 }
26-
- { php-version: 7.4, symfony-version: 6.4 }
27-
28-
- { php-version: 7.3, symfony-version: 7.3 }
29-
- { php-version: 7.4, symfony-version: 7.3 }
3023
- { php-version: 8.1, symfony-version: 7.3 }
3124

3225
name: PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"homepage": "https://github.com/Orbitale/CmsBundle",
77
"license": "MIT",
88
"require": {
9-
"php": ">=7.3",
9+
"php": ">=8.1",
1010
"doctrine/annotations": "^1.8|^2.0",
1111
"doctrine/doctrine-bundle": "^2.0",
1212
"doctrine/orm": "^2.5.1",
13+
"doctrine/dbal": "^3.0|^4.0",
1314
"symfony/asset": "^5.3|^6.0|^7.0",
1415
"symfony/config": "^5.3|^6.0|^7.0",
1516
"symfony/dependency-injection": "^5.3|^6.0|^7.0",

0 commit comments

Comments
 (0)