Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Nov 25, 2024
1 parent d6716c4 commit b90f53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.15",
"spiral/logger": "^3.15",
"spiral/tokenizer": "^3.15",
"spiral/core": "^3.14.7",
"spiral/logger": "^3.14.7",
"spiral/tokenizer": "^3.14.7",
"symfony/translation": "^5.1 || ^6.0 || ^7.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/TraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TraitTest extends TestCase
use TranslatorTrait;

/**
* @var \PHPUnit\Framework\MockObject\MockObject|ContainerInterface
* @var \PHPUnit_Framework_MockObject_MockObject|ContainerInterface
*/
private $container;

Expand Down

0 comments on commit b90f53f

Please sign in to comment.