Skip to content

Commit 5af4d5c

Browse files
committed
normalize composer.json
1 parent 445a629 commit 5af4d5c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

composer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,48 +18,30 @@
1818
"role": "Developer"
1919
}
2020
],
21-
"repositories": [
22-
{
23-
"type": "vcs",
24-
"url": "https://github.com/codeigniter4/CodeIgniter4",
25-
"no-api": true
26-
},
27-
{
28-
"type": "vcs",
29-
"url": "https://github.com/lonnieezell/myth-auth",
30-
"no-api": true
31-
},
32-
{
33-
"type": "composer",
34-
"url": "https://asset-packagist.org"
35-
}
36-
],
37-
"minimum-stability": "dev",
38-
"prefer-stable": true,
3921
"require": {
40-
"php" : ">=7.2",
22+
"php": ">=7.2",
23+
"components/jquery": "^3.3",
24+
"enyo/dropzone": "^5.7",
25+
"fortawesome/font-awesome": "^5.8",
4126
"tatter/alerts": "^2.0",
4227
"tatter/assets": "^2.2",
4328
"tatter/audits": "^1.0",
4429
"tatter/exports": "^2.0",
4530
"tatter/permits": "^2.0",
4631
"tatter/settings": "^1.0",
4732
"tatter/thumbnails": "^1.2",
48-
"components/jquery": "^3.3",
49-
"enyo/dropzone": "^5.7",
50-
"fortawesome/font-awesome": "^5.8",
5133
"twbs/bootstrap": "^4.5"
5234
},
5335
"require-dev": {
36+
"antecedent/patchwork": "^2.1",
5437
"codeigniter4/codeigniter4": "dev-develop",
55-
"myth/auth": "dev-develop",
38+
"codeigniter4/codeigniter4-standard": "^1.0",
5639
"fzaninotto/faker": "^1.9@dev",
5740
"mikey179/vfsstream": "^1.6",
58-
"phpunit/phpunit": "^8.5",
41+
"myth/auth": "dev-develop",
5942
"phpstan/phpstan": "^0.12",
60-
"squizlabs/php_codesniffer": "^3.5",
61-
"codeigniter4/codeigniter4-standard": "^1.0",
62-
"antecedent/patchwork": "^2.1"
43+
"phpunit/phpunit": "^8.5",
44+
"squizlabs/php_codesniffer": "^3.5"
6345
},
6446
"autoload": {
6547
"psr-4": {
@@ -71,12 +53,30 @@
7153
"Tests\\Support\\": "tests/_support"
7254
}
7355
},
56+
"repositories": [
57+
{
58+
"type": "vcs",
59+
"url": "https://github.com/codeigniter4/CodeIgniter4",
60+
"no-api": true
61+
},
62+
{
63+
"type": "vcs",
64+
"url": "https://github.com/lonnieezell/myth-auth",
65+
"no-api": true
66+
},
67+
{
68+
"type": "composer",
69+
"url": "https://asset-packagist.org"
70+
}
71+
],
72+
"minimum-stability": "dev",
73+
"prefer-stable": true,
7474
"scripts": {
75-
"analyze": "phpstan analyze",
76-
"style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 src/ tests/",
77-
"test": "phpunit",
7875
"post-update-cmd": [
7976
"composer dump-autoload"
80-
]
77+
],
78+
"analyze": "phpstan analyze",
79+
"style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 src/ tests/",
80+
"test": "phpunit"
8181
}
8282
}

0 commit comments

Comments
 (0)