Skip to content

Commit

Permalink
Update phpunit syntax to use attributes instead of annotations (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Feb 6, 2025
1 parent f232c1a commit f626dae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.15.1",
"spiral/queue": "^3.15.1",
"spiral/logger": "^3.15.1",
"spiral/mailer": "^3.15.1",
"spiral/views": "^3.15.1",
"spiral/core": "^3.16",
"spiral/queue": "^3.16",
"spiral/logger": "^3.16",
"spiral/mailer": "^3.16",
"spiral/views": "^3.16",
"symfony/mailer": "^5.4.45 || ^6.4.17 || ^7.2",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5.41",
"mockery/mockery": "^1.6.12",
"spiral/boot": "^3.15.1",
"spiral/stempler-bridge": "^3.15.1",
"spiral/boot": "^3.16",
"spiral/stempler-bridge": "^3.16",
"spiral/testing": "^2.8.3",
"vimeo/psalm": "^6.0"
},
Expand All @@ -63,7 +63,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.15.x-dev"
"dev-master": "3.16.x-dev"
}
},
"config": {
Expand Down

0 comments on commit f626dae

Please sign in to comment.