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

Commit 6e1f23e

Browse files
committed
Drop alignment in composer.json
1 parent ef0a634 commit 6e1f23e

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

composer.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"name": "doctrine/doctrine-cache-bundle",
3-
"homepage": "https://www.doctrine-project.org",
4-
"description": "Symfony Bundle for Doctrine Cache",
5-
"keywords": ["cache", "caching"],
6-
"type": "symfony-bundle",
7-
"license": "MIT",
2+
"name": "doctrine/doctrine-cache-bundle",
3+
"homepage": "https://www.doctrine-project.org",
4+
"description": "Symfony Bundle for Doctrine Cache",
5+
"keywords": ["cache", "caching"],
6+
"type": "symfony-bundle",
7+
"license": "MIT",
88
"authors": [
99
{
10-
"name": "Fabien Potencier",
11-
"email": "[email protected]"
10+
"name": "Fabien Potencier",
11+
"email": "[email protected]"
1212
},
1313
{
14-
"name": "Benjamin Eberlei",
15-
"email": "[email protected]"
14+
"name": "Benjamin Eberlei",
15+
"email": "[email protected]"
1616
},
1717
{
18-
"name": "Fabio B. Silva",
19-
"email": "[email protected]"
18+
"name": "Fabio B. Silva",
19+
"email": "[email protected]"
2020
},
2121
{
22-
"name": "Guilherme Blanco",
23-
"email": "[email protected]"
22+
"name": "Guilherme Blanco",
23+
"email": "[email protected]"
2424
},
2525
{
26-
"name": "Symfony Community",
26+
"name": "Symfony Community",
2727
"homepage": "http://symfony.com/contributors"
2828
},
2929
{
30-
"name": "Doctrine Project",
30+
"name": "Doctrine Project",
3131
"homepage": "http://www.doctrine-project.org/"
3232
}
3333
],
3434
"require": {
35-
"php": "^7.1",
35+
"php": "^7.1",
3636
"symfony/doctrine-bridge": "^3.4|^4.0",
37-
"doctrine/inflector": "^1.0",
38-
"doctrine/cache": "^1.4.2"
37+
"doctrine/inflector": "^1.0",
38+
"doctrine/cache": "^1.4.2"
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^7.0",
42-
"symfony/phpunit-bridge": "^3.4|^4.0",
43-
"symfony/yaml": "^3.4|^4.0",
44-
"symfony/validator": "^3.4|^4.0",
45-
"symfony/console": "^3.4|^4.0",
46-
"symfony/finder": "^3.4|^4.0",
47-
"symfony/framework-bundle": "^3.4|^4.0",
48-
"symfony/security-acl": "^2.8",
49-
"instaclick/coding-standard": "~1.1",
50-
"satooshi/php-coveralls": "^1.0",
51-
"squizlabs/php_codesniffer": "~1.5",
41+
"phpunit/phpunit": "^7.0",
42+
"symfony/phpunit-bridge": "^3.4|^4.0",
43+
"symfony/yaml": "^3.4|^4.0",
44+
"symfony/validator": "^3.4|^4.0",
45+
"symfony/console": "^3.4|^4.0",
46+
"symfony/finder": "^3.4|^4.0",
47+
"symfony/framework-bundle": "^3.4|^4.0",
48+
"symfony/security-acl": "^2.8",
49+
"instaclick/coding-standard": "~1.1",
50+
"satooshi/php-coveralls": "^1.0",
51+
"squizlabs/php_codesniffer": "~1.5",
5252
"instaclick/object-calisthenics-sniffs": "dev-master",
53-
"instaclick/symfony2-coding-standard": "dev-remaster",
54-
"predis/predis": "~0.8"
53+
"instaclick/symfony2-coding-standard": "dev-remaster",
54+
"predis/predis": "~0.8"
5555
},
5656
"suggest": {
5757
"symfony/security-acl": "For using this bundle to cache ACLs"

0 commit comments

Comments
 (0)