Skip to content

Commit

Permalink
Merge pull request #15 from spiral/bugfix/annotations-version
Browse files Browse the repository at this point in the history
Up min version of doctrine/annotations, update composer file
  • Loading branch information
msmakouz committed Dec 14, 2023
2 parents 1c990f2 + 43036c5 commit e26960c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
stability: >-
['prefer-stable', 'prefer-lowest']
2 changes: 0 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.1']
38 changes: 28 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,45 @@
"name": "spiral/attributes",
"type": "library",
"description": "PHP attributes reader",
"keywords": ["attributes", "annotations", "metadata"],
"license": "MIT",
"homepage": "https://spiral.dev",
"support": {
"issues": "https://github.com/spiral/attributes/issues",
"source": "https://github.com/spiral/attributes"
"source": "https://github.com/spiral/attributes",
"docs": "https://spiral.dev/docs",
"forum": "https://forum.spiral.dev",
"chat": "https://discord.gg/V6EK4he"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "[email protected]"
},
{
"name": "Pavel Butchnev (butschster)",
"email": "[email protected]"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"email": "[email protected]"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "[email protected]"
},
{
"name": "Kirill Nesmeyanov (SerafimArts)",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1",
"psr/cache": ">=1.0",
"psr/cache": "1 - 3",
"psr/simple-cache": "1 - 3"
},
"require-dev": {
"doctrine/annotations": "^1.12 || ^2.0",
"doctrine/annotations": "^1.14 || ^2.0",
"jetbrains/phpstorm-attributes": "^1.0",
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^5.17"
Expand All @@ -38,19 +58,17 @@
"Spiral\\Tests\\Attributes\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/roadrunner-server"
}
},
],
"scripts": {
"analyze": [
"psalm --no-cache"
]
},
"suggest": {
"doctrine/annotations": "^1.0 || ^2.0 for Doctrine metadata driver support"
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit e26960c

Please sign in to comment.