Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodmain committed Jun 4, 2024
1 parent f776ed0 commit 8c47562
Show file tree
Hide file tree
Showing 3 changed files with 1,788 additions and 1,063 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"authors": [
{
"name": "Vitaly Iskrin",
"email": "iskrinvv@gmail.com"
"name": "Ronas IT",
"homepage": "https://github.com/RonasIT/laravel-swagger/graphs/contributors"
}
],
"require": {
Expand All @@ -17,12 +17,16 @@
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^10.5",
"php-coveralls/php-coveralls": "^2.7"
},
"autoload": {
"psr-4": {
"RonasIT\\TelescopeExtension\\": "src/"
}
},
"exclude-from-classmap": [
"src/Tests/"
]
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 8c47562

Please sign in to comment.