Skip to content

Commit 4223a67

Browse files
committed
fixed indentation in composer.json
1 parent cc5322e commit 4223a67

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

composer.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,52 +16,52 @@
1616
"homepage": "http://www.jacopobeschi.com"
1717
}
1818
],
19-
"license": "MIT",
20-
"type": "project",
21-
"require": {
22-
"laravel/framework": "5.0.*",
19+
"license": "MIT",
20+
"type": "project",
21+
"require": {
22+
"laravel/framework": "5.0.*",
2323
"illuminate/html": "5.0.*",
2424
"intervention/image": "2.*",
2525
"jacopo/authentication-sentry": "1.0.0",
2626
"gregwar/captcha": "1.0.11"
2727
},
28-
"require-dev": {
29-
"phpunit/phpunit": "~4.0",
30-
"phpspec/phpspec": "~2.1",
28+
"require-dev": {
29+
"phpunit/phpunit": "~4.0",
30+
"phpspec/phpspec": "~2.1",
3131
"mockery/mockery": "0.9.*",
3232
"fzaninotto/faker": "1.4.*",
3333
"doctrine/dbal": "2.5.*"
3434

3535
},
36-
"autoload": {
37-
"classmap": [
38-
"database"
39-
],
40-
"psr-4": {
41-
"LaravelAcl\\": "app/"
42-
}
43-
},
44-
"autoload-dev": {
45-
"classmap": [
46-
"tests/unit"
47-
]
48-
},
49-
"scripts": {
50-
"post-install-cmd": [
51-
"php artisan clear-compiled",
52-
"php artisan optimize",
36+
"autoload": {
37+
"classmap": [
38+
"database"
39+
],
40+
"psr-4": {
41+
"LaravelAcl\\": "app/"
42+
}
43+
},
44+
"autoload-dev": {
45+
"classmap": [
46+
"tests/unit"
47+
]
48+
},
49+
"scripts": {
50+
"post-install-cmd": [
51+
"php artisan clear-compiled",
52+
"php artisan optimize",
5353
"php artisan vendor:publish --tag=acl"
54-
],
55-
"post-update-cmd": [
56-
"php artisan clear-compiled",
57-
"php artisan optimize",
54+
],
55+
"post-update-cmd": [
56+
"php artisan clear-compiled",
57+
"php artisan optimize",
5858
"php artisan vendor:publish --tag=acl"
59-
],
60-
"post-create-project-cmd": [
61-
"php -r \"copy('.env.example', '.env');\"",
62-
"php artisan key:generate"
63-
]
64-
},
59+
],
60+
"post-create-project-cmd": [
61+
"php -r \"copy('.env.example', '.env');\"",
62+
"php artisan key:generate"
63+
]
64+
},
6565
"minimum-stability": "dev",
6666
"config": {
6767
"preferred-install": "dist"

0 commit comments

Comments
 (0)