Skip to content

Commit

Permalink
Merge pull request #35 from spiral-packages/doctrine-annotations
Browse files Browse the repository at this point in the history
Remove unused `doctrine/annotations` dependency
  • Loading branch information
butschster authored Jan 12, 2024
2 parents cdd94f0 + 6fe3faf commit 557fb50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
mysql: [ 8.0 ]
stability: [ prefer-lowest, prefer-stable ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.2']
['8.3']
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"laminas/laminas-hydrator": "^4.3",
"spiral/attributes": "^2.0 || ^3.1.2",
"spiral/scaffolder": "^3.8",
"doctrine/annotations": "^1.13 || ^2.0.1",
"spiral/boot": "^3.8",
"spiral/console": "^3.8"
},
Expand Down

0 comments on commit 557fb50

Please sign in to comment.