|
1 | 1 | { |
2 | | - "name": "codeigniter4/codeigniter4", |
3 | | - "type": "project", |
4 | | - "description": "The CodeIgniter framework v4", |
5 | | - "homepage": "https://codeigniter.com", |
6 | | - "license": "MIT", |
7 | | - "require": { |
8 | | - "php": ">=7.2", |
9 | | - "ext-curl": "*", |
10 | | - "ext-intl": "*", |
11 | | - "ext-json": "*", |
12 | | - "ext-mbstring": "*", |
13 | | - "kint-php/kint": "^3.3", |
14 | | - "psr/log": "^1.1", |
15 | | - "laminas/laminas-escaper": "^2.6" |
16 | | - }, |
17 | | - "require-dev": { |
18 | | - "codeigniter4/codeigniter4-standard": "^1.0", |
19 | | - "fzaninotto/faker": "^1.9@dev", |
20 | | - "mikey179/vfsstream": "1.6.*", |
21 | | - "phpunit/phpunit": "^8.5", |
22 | | - "squizlabs/php_codesniffer": "^3.3", |
23 | | - "predis/predis": "^1.1" |
24 | | - }, |
25 | | - "autoload": { |
26 | | - "psr-4": { |
27 | | - "CodeIgniter\\": "system/" |
28 | | - } |
29 | | - }, |
30 | | - "scripts": { |
31 | | - "post-update-cmd": [ |
32 | | - "@composer dump-autoload", |
33 | | - "CodeIgniter\\ComposerScripts::postUpdate", |
34 | | - "bash admin/setup.sh" |
35 | | - ] |
36 | | - }, |
37 | | - "support": { |
38 | | - "forum": "http://forum.codeigniter.com/", |
39 | | - "source": "https://github.com/codeigniter4/CodeIgniter4", |
40 | | - "slack": "https://codeigniterchat.slack.com" |
41 | | - } |
| 2 | + "name": "codeigniter4/codeigniter4", |
| 3 | + "type": "project", |
| 4 | + "description": "The CodeIgniter framework v4", |
| 5 | + "homepage": "https://codeigniter.com", |
| 6 | + "license": "MIT", |
| 7 | + "require": { |
| 8 | + "php": ">=7.2", |
| 9 | + "ext-curl": "*", |
| 10 | + "ext-intl": "*", |
| 11 | + "ext-json": "*", |
| 12 | + "ext-mbstring": "*", |
| 13 | + "kint-php/kint": "^3.3", |
| 14 | + "laminas/laminas-escaper": "^2.6", |
| 15 | + "psr/log": "^1.1" |
| 16 | + }, |
| 17 | + "require-dev": { |
| 18 | + "codeigniter4/codeigniter4-standard": "^1.0", |
| 19 | + "fzaninotto/faker": "^1.9@dev", |
| 20 | + "mikey179/vfsstream": "1.6.*", |
| 21 | + "phpunit/phpunit": "^8.5", |
| 22 | + "predis/predis": "^1.1", |
| 23 | + "squizlabs/php_codesniffer": "^3.3" |
| 24 | + }, |
| 25 | + "autoload": { |
| 26 | + "psr-4": { |
| 27 | + "CodeIgniter\\": "system/" |
| 28 | + } |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "post-update-cmd": [ |
| 32 | + "@composer dump-autoload", |
| 33 | + "CodeIgniter\\ComposerScripts::postUpdate", |
| 34 | + "bash admin/setup.sh" |
| 35 | + ], |
| 36 | + "test": "phpunit" |
| 37 | + }, |
| 38 | + "support": { |
| 39 | + "forum": "http://forum.codeigniter.com/", |
| 40 | + "source": "https://github.com/codeigniter4/CodeIgniter4", |
| 41 | + "slack": "https://codeigniterchat.slack.com" |
| 42 | + } |
42 | 43 | } |
0 commit comments