Skip to content

Commit 251527b

Browse files
committed
tests: remove security alerts for test composer json
1 parent cfb1aff commit 251527b

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

tests/dummy/composer.json

+17-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
4-
"keywords": ["framework", "laravel"],
5-
"license": "MIT",
6-
"type": "project",
7-
"require": {
8-
"laravel/framework": "~5.0"
9-
},
10-
"require-dev": {
11-
"phpunit/phpunit": "~4.0"
12-
},
13-
"autoload": {
14-
"classmap": [
15-
"database"
16-
],
17-
"psr-4": {
18-
"DummyApp\\": "app/"
19-
}
20-
},
21-
"minimum-stability": "dev"
2+
"name": "laravel/laravel",
3+
"description": "The Laravel Framework.",
4+
"keywords": [
5+
"framework",
6+
"laravel"
7+
],
8+
"license": "MIT",
9+
"type": "project",
10+
"autoload": {
11+
"classmap": [
12+
"database"
13+
],
14+
"psr-4": {
15+
"DummyApp\\": "app/"
16+
}
17+
},
18+
"minimum-stability": "dev"
2219
}

0 commit comments

Comments
 (0)