|
1 | 1 | {
|
2 | 2 | "name": "codeigniter4/framework",
|
3 |
| - "type": "project", |
4 | 3 | "description": "The CodeIgniter framework v4",
|
5 |
| - "homepage": "https://codeigniter.com", |
6 | 4 | "license": "MIT",
|
| 5 | + "type": "project", |
| 6 | + "homepage": "https://codeigniter.com", |
| 7 | + "support": { |
| 8 | + "forum": "https://forum.codeigniter.com/", |
| 9 | + "source": "https://github.com/codeigniter4/CodeIgniter4", |
| 10 | + "slack": "https://codeigniterchat.slack.com" |
| 11 | + }, |
7 | 12 | "require": {
|
8 | 13 | "php": "^7.4 || ^8.0",
|
9 | 14 | "ext-intl": "*",
|
|
13 | 18 | "psr/log": "^1.1"
|
14 | 19 | },
|
15 | 20 | "require-dev": {
|
16 |
| - "kint-php/kint": "^5.0.4", |
17 | 21 | "codeigniter/coding-standard": "^1.5",
|
18 | 22 | "fakerphp/faker": "^1.9",
|
19 | 23 | "friendsofphp/php-cs-fixer": "3.13.0",
|
| 24 | + "kint-php/kint": "^5.0.4", |
20 | 25 | "mikey179/vfsstream": "^1.6",
|
21 | 26 | "nexusphp/cs-config": "^3.6",
|
22 | 27 | "phpunit/phpunit": "^9.1",
|
23 | 28 | "predis/predis": "^1.1 || ^2.0"
|
24 | 29 | },
|
25 | 30 | "suggest": {
|
26 | 31 | "ext-curl": "If you use CURLRequest class",
|
27 |
| - "ext-imagick": "If you use Image class ImageMagickHandler", |
28 |
| - "ext-gd": "If you use Image class GDHandler", |
| 32 | + "ext-dom": "If you use TestResponse", |
29 | 33 | "ext-exif": "If you run Image class tests",
|
30 |
| - "ext-simplexml": "If you format XML", |
| 34 | + "ext-fileinfo": "Improves mime type detection for files", |
| 35 | + "ext-gd": "If you use Image class GDHandler", |
| 36 | + "ext-imagick": "If you use Image class ImageMagickHandler", |
| 37 | + "ext-libxml": "If you use TestResponse", |
| 38 | + "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", |
| 39 | + "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", |
31 | 40 | "ext-mysqli": "If you use MySQL",
|
32 | 41 | "ext-oci8": "If you use Oracle Database",
|
33 | 42 | "ext-pgsql": "If you use PostgreSQL",
|
34 |
| - "ext-sqlsrv": "If you use SQL Server", |
35 |
| - "ext-sqlite3": "If you use SQLite3", |
36 |
| - "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", |
37 |
| - "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", |
| 43 | + "ext-readline": "Improves CLI::input() usability", |
38 | 44 | "ext-redis": "If you use Cache class RedisHandler",
|
39 |
| - "ext-dom": "If you use TestResponse", |
40 |
| - "ext-libxml": "If you use TestResponse", |
41 |
| - "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()", |
42 |
| - "ext-fileinfo": "Improves mime type detection for files", |
43 |
| - "ext-readline": "Improves CLI::input() usability" |
44 |
| - }, |
45 |
| - "config": { |
46 |
| - "optimize-autoloader": true, |
47 |
| - "preferred-install": "dist", |
48 |
| - "sort-packages": true |
| 45 | + "ext-simplexml": "If you format XML", |
| 46 | + "ext-sqlite3": "If you use SQLite3", |
| 47 | + "ext-sqlsrv": "If you use SQL Server", |
| 48 | + "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()" |
49 | 49 | },
|
50 | 50 | "autoload": {
|
51 | 51 | "psr-4": {
|
|
55 | 55 | "**/Database/Migrations/**"
|
56 | 56 | ]
|
57 | 57 | },
|
| 58 | + "config": { |
| 59 | + "optimize-autoloader": true, |
| 60 | + "preferred-install": "dist", |
| 61 | + "sort-packages": true |
| 62 | + }, |
58 | 63 | "scripts": {
|
59 | 64 | "test": "phpunit"
|
60 |
| - }, |
61 |
| - "support": { |
62 |
| - "forum": "https://forum.codeigniter.com/", |
63 |
| - "source": "https://github.com/codeigniter4/CodeIgniter4", |
64 |
| - "slack": "https://codeigniterchat.slack.com" |
65 | 65 | }
|
66 | 66 | }
|
0 commit comments