Skip to content

Commit

Permalink
Merge pull request #124 from mapado/migrate-to-attributes
Browse files Browse the repository at this point in the history
Add attribute driver & remove annotations support
  • Loading branch information
jdeniau authored Jul 29, 2024
2 parents 6ef2ab2 + 423588a commit b2225d5
Show file tree
Hide file tree
Showing 43 changed files with 3,942 additions and 2,939 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
# - name: Validate composer.json and composer.lock
# run: composer validate --strict

- name: Create units tests cache directory
run: mkdir -p Tests/cache

# - name: Cache Composer packages
# id: composer-cache
# uses: actions/cache@v3
Expand Down
11 changes: 8 additions & 3 deletions .scenarios.lock/symfony4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^6.2.2 || ^7.5.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"doctrine/annotations": "^1.2",
"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 @@ -54,6 +53,11 @@
{
"name": "Dimitri Allegoet",
"email": "[email protected]"
},
{
"name": "Julien RAVIA",
"email": "[email protected]",
"role": "Maintainer"
}
],
"extra": {
Expand All @@ -68,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 b2225d5

Please sign in to comment.