Skip to content

Commit afcf8f4

Browse files
authored
Update codebase to PHP 7.4 (#47)
1 parent 22e5236 commit afcf8f4

27 files changed

+245
-408
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.2, 7.3, 7.4, 8.0]
11+
php: [7.4, 8.0, 8.1]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": "^7.2 || ^8.0",
18+
"php": "^7.4 | ^8.0",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
2121
"codeception/codeception": "^4.0"
@@ -24,9 +24,9 @@
2424
"doctrine/annotations": "^1",
2525
"doctrine/data-fixtures": "^1",
2626
"doctrine/orm": "^2.10",
27-
"phpstan/phpstan": "^0.12.93",
27+
"phpstan/phpstan": "^0.12",
2828
"ramsey/uuid-doctrine": "^1.5",
29-
"symfony/cache": "^4.4 || ^5.3"
29+
"symfony/cache": "^4.4 | ^5.4 | ^6.0"
3030
},
3131
"autoload": {
3232
"classmap": [ "src/" ]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Doctrine 2 module for Codeception.
99

1010
## Requirements
1111

12-
* `PHP 7.1` or higher.
12+
* `PHP 7.4` or higher.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)