|
1 | 1 | {
|
2 |
| - "name": "tatter/files", |
3 |
| - "type": "library", |
4 |
| - "description": "File uploads and management, for CodeIgniter 4", |
5 |
| - "keywords": [ |
6 |
| - "codeigniter", |
7 |
| - "codeigniter4", |
8 |
| - "files", |
9 |
| - "uploads", |
10 |
| - "dropzone" |
11 |
| - ], |
12 |
| - "homepage": "https://github.com/tattersoftware/codeigniter4-files", |
13 |
| - "license": "MIT", |
14 |
| - "authors": [ |
15 |
| - { |
16 |
| - "name": "Matthew Gatner", |
17 |
| - |
18 |
| - "homepage": "https://tattersoftware.com", |
19 |
| - "role": "Developer" |
20 |
| - } |
21 |
| - ], |
22 |
| - "require": { |
23 |
| - "php": "^7.3 || ^8.0", |
24 |
| - "components/jquery": "^3.3", |
25 |
| - "enyo/dropzone": "^5.7", |
26 |
| - "fortawesome/font-awesome": "^5.8", |
27 |
| - "tatter/alerts": "^2.0", |
28 |
| - "tatter/assets": "^2.2", |
29 |
| - "tatter/audits": "^1.0", |
30 |
| - "tatter/exports": "^2.0", |
31 |
| - "tatter/permits": "^2.0", |
32 |
| - "tatter/settings": "^1.0 || ^2.0", |
33 |
| - "tatter/thumbnails": "^1.2", |
34 |
| - "twbs/bootstrap": "^4.5" |
35 |
| - }, |
36 |
| - "require-dev": { |
37 |
| - "antecedent/patchwork": "^2.1", |
38 |
| - "codeigniter4/codeigniter4": "dev-develop", |
39 |
| - "codeigniter4/codeigniter4-standard": "^1.0", |
40 |
| - "myth/auth": "dev-develop", |
41 |
| - "tatter/tools": "^1.8" |
42 |
| - }, |
43 |
| - "autoload": { |
44 |
| - "psr-4": { |
45 |
| - "Tatter\\Files\\": "src" |
46 |
| - }, |
47 |
| - "exclude-from-classmap": [ |
48 |
| - "**/Database/Migrations/**" |
49 |
| - ] |
50 |
| - }, |
51 |
| - "autoload-dev": { |
52 |
| - "psr-4": { |
53 |
| - "Tests\\Support\\": "tests/_support" |
54 |
| - } |
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, |
74 |
| - "scripts": { |
75 |
| - "analyze": "phpstan analyze", |
76 |
| - "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit", |
77 |
| - "style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 tests/ src/", |
78 |
| - "test": "phpunit" |
79 |
| - } |
| 2 | + "name": "tatter/files", |
| 3 | + "type": "library", |
| 4 | + "description": "File uploads and management, for CodeIgniter 4", |
| 5 | + "keywords": [ |
| 6 | + "codeigniter", |
| 7 | + "codeigniter4", |
| 8 | + "files", |
| 9 | + "uploads", |
| 10 | + "dropzone" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/tattersoftware/codeigniter4-files", |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Matthew Gatner", |
| 17 | + |
| 18 | + "homepage": "https://tattersoftware.com", |
| 19 | + "role": "Developer" |
| 20 | + } |
| 21 | + ], |
| 22 | + "require": { |
| 23 | + "php": "^7.3 || ^8.0", |
| 24 | + "components/jquery": "^3.3", |
| 25 | + "enyo/dropzone": "^5.7", |
| 26 | + "fortawesome/font-awesome": "^5.8", |
| 27 | + "tatter/alerts": "^2.0", |
| 28 | + "tatter/assets": "^2.2", |
| 29 | + "tatter/audits": "^1.0", |
| 30 | + "tatter/exports": "^2.0", |
| 31 | + "tatter/permits": "^2.0", |
| 32 | + "tatter/settings": "^1.0 || ^2.0", |
| 33 | + "tatter/thumbnails": "^1.2", |
| 34 | + "twbs/bootstrap": "^4.5" |
| 35 | + }, |
| 36 | + "require-dev": { |
| 37 | + "antecedent/patchwork": "^2.1", |
| 38 | + "codeigniter4/codeigniter4": "dev-develop", |
| 39 | + "codeigniter4/codeigniter4-standard": "^1.0", |
| 40 | + "myth/auth": "dev-develop", |
| 41 | + "tatter/tools": "^1.10" |
| 42 | + }, |
| 43 | + "autoload": { |
| 44 | + "psr-4": { |
| 45 | + "Tatter\\Files\\": "src" |
| 46 | + }, |
| 47 | + "exclude-from-classmap": [ |
| 48 | + "**/Database/Migrations/**" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "autoload-dev": { |
| 52 | + "psr-4": { |
| 53 | + "Tests\\Support\\": "tests/_support" |
| 54 | + } |
| 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, |
| 74 | + "scripts": { |
| 75 | + "analyze": "phpstan analyze", |
| 76 | + "inspect": "deptrac analyze --cache-file=build/deptrac.cache", |
| 77 | + "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit", |
| 78 | + "style": "php-cs-fixer fix --verbose --ansi", |
| 79 | + "test": "phpunit" |
| 80 | + } |
80 | 81 | }
|
0 commit comments