Skip to content

Commit f4443e0

Browse files
committed
Add dependencies.
1 parent 41f7797 commit f4443e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
/composer.lock

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {},
12+
"require": {
13+
"laravel/framework": "5.5.*",
14+
"phpstan/phpstan": "^0.9"
15+
},
1316
"autoload": {
1417
"psr-4": {
15-
"Weebly\\PHPStan\\Laravel": "src/"
18+
"Weebly\\PHPStan\\Laravel\\": "src/"
1619
}
1720
}
1821
}

0 commit comments

Comments
 (0)