Skip to content

Commit

Permalink
Merge branch 'main' into migrate-to-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jul 29, 2024
2 parents 82c1e73 + 6ef2ab2 commit 423588a
Show file tree
Hide file tree
Showing 8 changed files with 3,606 additions and 1,619 deletions.
8 changes: 4 additions & 4 deletions .scenarios.lock/symfony4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"friendsofphp/proxy-manager-lts": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
"psr/cache": "^1.0"
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
Expand Down Expand Up @@ -57,8 +57,7 @@
{
"name": "Julien RAVIA",
"email": "[email protected]",
"role": "Maintainer",
"homepage": "https://x.com/JulienRAVIA"
"role": "Maintainer"
}
],
"extra": {
Expand All @@ -73,7 +72,8 @@
},
"config": {
"allow-plugins": {
"g1a/composer-test-scenarios": true
"g1a/composer-test-scenarios": true,
"phpstan/extension-installer": true
},
"vendor-dir": "../../vendor"
},
Expand Down
Loading

0 comments on commit 423588a

Please sign in to comment.