Skip to content

Commit d3ccf0f

Browse files
committed
L11
1 parent 5c2e7a9 commit d3ccf0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "saeedpooyanfar/laravel-annotation",
33
"description": "Laravel #[Annotation]",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"type": "library",
66
"require": {
7-
"php": "^8.1"
7+
"php": "^8.2"
88
},
99
"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"
10+
"illuminate/routing": "^11.x-dev",
11+
"illuminate/events": "^11.x-dev",
12+
"phpunit/phpunit": "^10.5",
13+
"mockery/mockery": "^1.6"
1414
},
1515
"license": "MIT",
1616
"autoload": {

0 commit comments

Comments
 (0)