We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c39d464 + 63d5153 commit 766400bCopy full SHA for 766400b
.github/workflows/build.yaml
@@ -19,11 +19,11 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- php: [7.4, 8.0, 8.1]
23
- symfony: [4.4.*, 5.4.*, 6.0.*]
+ php: [8.1, 8.2, 8.3]
+ symfony: [5.4.*, 6.4.*, 7.0.*]
24
exclude:
25
- - php: 7.4
26
- symfony: 6.0.*
+ - php: 8.1
+ symfony: 7.0.*
27
28
steps:
29
-
composer.json
@@ -10,12 +10,13 @@
10
}
11
],
12
"require": {
13
- "php": "^7.4 || ^8.0",
+ "php": "^8.1",
14
15
"doctrine/orm": "^2.4",
16
- "symfony/property-access": "^4.4|^5.4|^6.0"
+ "symfony/property-access": "^5.4|^6.4|^7.0"
17
},
18
"autoload": {
"psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" }
+
0 commit comments