Skip to content

Commit 0158c01

Browse files
Allow PHP 8
1 parent 0cfe985 commit 0158c01

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ jobs:
7171
php-version: '7.4'
7272
- symfony: '6.4.*'
7373
php-version: '8.2'
74-
- symfony: '7.0.*'
75-
php-version: '8.2'
74+
- symfony: '7.4.*'
75+
php-version: '8.3'
76+
- symfony: '8.0.*'
77+
php-version: '8.4'
7678

7779
steps:
7880
- name: Checkout code

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.8.0
4+
5+
- Allow installation with Symfony 8.
6+
37
## 2.7.2 - 2024-09-24
48

59
- Updated code to not raise warnings for nullable parameters in PHP 8.4.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/http-client": "^1.0",
1818
"psr/http-factory": "^1.0",
1919
"psr/http-message": "^1.0 || ^2.0",
20-
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0",
20+
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
2121
"symfony/polyfill-php80": "^1.17"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)