|
18 | 18 | "role": "Developer"
|
19 | 19 | }
|
20 | 20 | ],
|
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, |
39 | 21 | "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", |
41 | 26 | "tatter/alerts": "^2.0",
|
42 | 27 | "tatter/assets": "^2.2",
|
43 | 28 | "tatter/audits": "^1.0",
|
44 | 29 | "tatter/exports": "^2.0",
|
45 | 30 | "tatter/permits": "^2.0",
|
46 | 31 | "tatter/settings": "^1.0",
|
47 | 32 | "tatter/thumbnails": "^1.2",
|
48 |
| - "components/jquery": "^3.3", |
49 |
| - "enyo/dropzone": "^5.7", |
50 |
| - "fortawesome/font-awesome": "^5.8", |
51 | 33 | "twbs/bootstrap": "^4.5"
|
52 | 34 | },
|
53 | 35 | "require-dev": {
|
| 36 | + "antecedent/patchwork": "^2.1", |
54 | 37 | "codeigniter4/codeigniter4": "dev-develop",
|
55 |
| - "myth/auth": "dev-develop", |
| 38 | + "codeigniter4/codeigniter4-standard": "^1.0", |
56 | 39 | "fzaninotto/faker": "^1.9@dev",
|
57 | 40 | "mikey179/vfsstream": "^1.6",
|
58 |
| - "phpunit/phpunit": "^8.5", |
| 41 | + "myth/auth": "dev-develop", |
59 | 42 | "phpstan/phpstan": "^0.12",
|
60 |
| - "squizlabs/php_codesniffer": "^3.5", |
61 |
| - "codeigniter4/codeigniter4-standard": "^1.0" |
| 43 | + "phpunit/phpunit": "^8.5", |
| 44 | + "squizlabs/php_codesniffer": "^3.5" |
62 | 45 | },
|
63 | 46 | "autoload": {
|
64 | 47 | "psr-4": {
|
|
70 | 53 | "Tests\\Support\\": "tests/_support"
|
71 | 54 | }
|
72 | 55 | },
|
| 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, |
73 | 74 | "scripts": {
|
74 |
| - "analyze": "phpstan analyze", |
75 |
| - "style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 src/ tests/", |
76 |
| - "test": "phpunit", |
77 | 75 | "post-update-cmd": [
|
78 | 76 | "composer dump-autoload"
|
79 |
| - ] |
| 77 | + ], |
| 78 | + "analyze": "phpstan analyze", |
| 79 | + "style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 src/ tests/", |
| 80 | + "test": "phpunit" |
80 | 81 | }
|
81 | 82 | }
|
0 commit comments