Skip to content

Commit 5f64e1d

Browse files
committed
Format composer.json indentation
1 parent 5c687b1 commit 5f64e1d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"laravelcollective/html": "~5.1.0||~5.2.0||~5.3.0||~5.4.0||~5.5.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "~4.5||~5.7||~6.0",
35-
"mockery/mockery": "~0.9.0||~1.0",
36-
"orchestra/testbench": "~3.1.0||~3.2.0||~3.3.0||~3.4.0||~3.5.0",
37-
"anahkiasen/former": "~4.0.0||~4.1.0"
34+
"phpunit/phpunit": "~4.5||~5.7||~6.0",
35+
"mockery/mockery": "~0.9.0||~1.0",
36+
"orchestra/testbench": "~3.1.0||~3.2.0||~3.3.0||~3.4.0||~3.5.0",
37+
"anahkiasen/former": "~4.0.0||~4.1.0"
3838
},
3939
"autoload": {
4040
"files": [
@@ -45,19 +45,19 @@
4545
}
4646
},
4747
"autoload-dev": {
48-
"classmap": [
49-
"tests/JqlTestCase.php"
50-
],
51-
"psr-4": {
52-
"Jql\\": "tests/fixtures/jql/"
53-
}
48+
"classmap": [
49+
"tests/JqlTestCase.php"
50+
],
51+
"psr-4": {
52+
"Jql\\": "tests/fixtures/jql/"
53+
}
5454
},
5555
"extra": {
56-
"laravel": {
57-
"providers": [
58-
"Efficiently\\JqueryLaravel\\JqueryLaravelServiceProvider"
59-
]
60-
}
56+
"laravel": {
57+
"providers": [
58+
"Efficiently\\JqueryLaravel\\JqueryLaravelServiceProvider"
59+
]
60+
}
6161
},
6262
"config": {
6363
"preferred-install": "dist"

0 commit comments

Comments
 (0)