Skip to content

Commit 4a92724

Browse files
bump symfony version to ^6.0
1 parent 1c83ef0 commit 4a92724

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php:
14-
- '7.4'
15-
- '8.0'
16-
- '8.1'
1714
- '8.2'
15+
- '8.3'
16+
- '8.4'
1817
composer:
1918
- ''
2019
- '--prefer-lowest'

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"keywords": [ "propel", "behavior", "event dispatcher", "event" ],
55
"license": "MIT",
66
"require": {
7-
"symfony/event-dispatcher": "^4.3|^5.0",
7+
"php": ">=8.2",
8+
"symfony/event-dispatcher": "^5.4|^6.0",
89
"dayspring-tech/propel1": "^1.8"
910
},
1011
"require-dev": {

0 commit comments

Comments
 (0)