Skip to content

Commit

Permalink
L11
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Apr 22, 2024
1 parent 5c2e7a9 commit d3ccf0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "saeedpooyanfar/laravel-annotation",
"description": "Laravel #[Annotation]",
"version": "4.0.0",
"version": "5.0.0",
"type": "library",
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"illuminate/routing": "^10.x-dev | ^11",
"illuminate/events": "^10.x-dev | ^11",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "^1.5"
"illuminate/routing": "^11.x-dev",
"illuminate/events": "^11.x-dev",
"phpunit/phpunit": "^10.5",
"mockery/mockery": "^1.6"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit d3ccf0f

Please sign in to comment.