Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 9589288

Browse files
committed
Install required stubs mandatory by default
1 parent d2ebdcc commit 9589288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"require": {
1616
"php": "~7.1",
1717
"league/flysystem": "^1.0",
18+
"pinepain/php-v8-stubs": "^0.2.0",
19+
"pinepain/php-ref-stubs": "^0.5.0",
1820
"pinepain/php-object-maps": "^0.3.0"
1921
},
2022
"require-dev": {
2123
"illuminate/support": "5.5.*",
2224
"illuminate/contracts": "5.5.*",
2325
"phpunit/phpunit": "~6.3",
24-
"pinepain/php-v8-stubs": "^0.2.0",
25-
"pinepain/php-ref-stubs": "^0.5.0",
2626
"phpstan/phpstan": "^0.8.5"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)