Skip to content

Commit 0b0d74a

Browse files
committed
Update composer packages
1 parent cce0fe4 commit 0b0d74a

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.idea/laravel-metrics.iml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
"php": "^8.2",
2424
"illuminate/database": "^11.4",
2525
"illuminate/support": "^11.4",
26-
"nesbot/carbon": "^3.3.0"
27-
},
28-
"require-dev": {
29-
"laravel/pint": "^1.15.1",
30-
"phpunit/phpunit": "^11.1.2"
26+
"nesbot/carbon": "^3.3"
3127
},
3228
"autoload": {
3329
"psr-4": {
@@ -51,5 +47,9 @@
5147
"LaravelMetrics": "Eliseekn\\LaravelMetrics\\LaravelMetricsFacade"
5248
}
5349
}
50+
},
51+
"require-dev": {
52+
"laravel/pint": "^1.15",
53+
"phpunit/phpunit": "^11.1"
5454
}
5555
}

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)