We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2e7a9 commit d3ccf0fCopy full SHA for d3ccf0f
composer.json
@@ -1,16 +1,16 @@
1
{
2
"name": "saeedpooyanfar/laravel-annotation",
3
"description": "Laravel #[Annotation]",
4
- "version": "4.0.0",
+ "version": "5.0.0",
5
"type": "library",
6
"require": {
7
- "php": "^8.1"
+ "php": "^8.2"
8
},
9
"require-dev": {
10
- "illuminate/routing": "^10.x-dev | ^11",
11
- "illuminate/events": "^10.x-dev | ^11",
12
- "phpunit/phpunit": "^10.0",
13
- "mockery/mockery": "^1.5"
+ "illuminate/routing": "^11.x-dev",
+ "illuminate/events": "^11.x-dev",
+ "phpunit/phpunit": "^10.5",
+ "mockery/mockery": "^1.6"
14
15
"license": "MIT",
16
"autoload": {
0 commit comments