Skip to content

Commit 9b9bf4f

Browse files
author
Aleksandar Markovski
committed
[Dependencies] Fix dependency, move psalm laravel plugin to development section
1 parent 5d48096 commit 9b9bf4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
"license": "MIT",
1616
"require": {
1717
"php": "^8.0",
18-
"laravel/framework": "^8.12",
19-
"psalm/plugin-laravel": "^1.4"
18+
"laravel/framework": "^8.12"
19+
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.3",
2323
"vimeo/psalm": "^4.1",
24-
"mockery/mockery": "^1.4.2"
24+
"mockery/mockery": "^1.4.2",
25+
"psalm/plugin-laravel": "^1.4"
2526
},
2627
"autoload": {
2728
"psr-4": {

0 commit comments

Comments
 (0)