Skip to content

Commit 14ac4a1

Browse files
Merge pull request #1 from dayspring-tech/feature/symfony_6
Provide support for Symfony ^6.0
2 parents 1c83ef0 + 94e5c12 commit 14ac4a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"keywords": [ "propel", "behavior", "event dispatcher", "event" ],
55
"license": "MIT",
66
"require": {
7-
"symfony/event-dispatcher": "^4.3|^5.0",
8-
"dayspring-tech/propel1": "^1.8"
7+
"php": ">=8.2",
8+
"symfony/event-dispatcher": "^5.4|^6.0",
9+
"dayspring-tech/propel1": "^1.8|^2.0"
910
},
1011
"require-dev": {
1112
"phpunit/phpunit": "~8.5.33|^9.0"

0 commit comments

Comments
 (0)