Skip to content

Commit

Permalink
Fixing package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseekn committed Apr 22, 2024
1 parent a557bfc commit 2736c6b
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 88 deletions.
2 changes: 2 additions & 0 deletions .idea/blade.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/codeception.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 2 additions & 48 deletions .idea/laravel-metrics.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 35 additions & 36 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/phpspec.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"illuminate/support": "^11.4",
"nesbot/carbon": "^3.3"
},
"require-dev": {
"laravel/pint": "^1.15",
"phpunit/phpunit": "^11.1"
},
"autoload": {
"psr-4": {
"Eliseekn\\LaravelMetrics\\": "src"
Expand All @@ -47,9 +51,5 @@
"LaravelMetrics": "Eliseekn\\LaravelMetrics\\LaravelMetricsFacade"
}
}
},
"require-dev": {
"laravel/pint": "^1.15",
"phpunit/phpunit": "^11.1"
}
}

0 comments on commit 2736c6b

Please sign in to comment.