|
1 | 1 | { |
2 | | - "name": "getkirby/cms", |
3 | | - "description": "The Kirby 3 core", |
4 | | - "license": "proprietary", |
5 | | - "type": "kirby-cms", |
6 | | - "version": "3.7.0.2", |
7 | | - "keywords": [ |
8 | | - "kirby", |
9 | | - "cms", |
10 | | - "core" |
11 | | - ], |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "Kirby Team", |
15 | | - "email": "support@getkirby.com", |
16 | | - "homepage": "https://getkirby.com" |
17 | | - } |
18 | | - ], |
19 | | - "homepage": "https://getkirby.com", |
20 | | - "support": { |
21 | | - "email": "support@getkirby.com", |
22 | | - "issues": "https://github.com/getkirby/kirby/issues", |
23 | | - "forum": "https://forum.getkirby.com", |
24 | | - "source": "https://github.com/getkirby/kirby" |
25 | | - }, |
26 | | - "require": { |
27 | | - "php": ">=7.4.0 <8.2.0", |
28 | | - "ext-SimpleXML": "*", |
29 | | - "ext-ctype": "*", |
30 | | - "ext-curl": "*", |
31 | | - "ext-dom": "*", |
32 | | - "ext-filter": "*", |
33 | | - "ext-hash": "*", |
34 | | - "ext-iconv": "*", |
35 | | - "ext-json": "*", |
36 | | - "ext-libxml": "*", |
37 | | - "ext-mbstring": "*", |
38 | | - "ext-openssl": "*", |
39 | | - "claviska/simpleimage": "3.6.5", |
40 | | - "filp/whoops": "2.14.5", |
41 | | - "getkirby/composer-installer": "^1.2.1", |
42 | | - "laminas/laminas-escaper": "2.10.0", |
43 | | - "michelf/php-smartypants": "1.8.1", |
44 | | - "phpmailer/phpmailer": "6.6.3", |
45 | | - "symfony/polyfill-intl-idn": "1.26.0", |
46 | | - "symfony/polyfill-mbstring": "1.26.0" |
47 | | - }, |
48 | | - "replace": { |
49 | | - "symfony/polyfill-php72": "*" |
50 | | - }, |
51 | | - "suggest": { |
52 | | - "ext-PDO": "Support for using databases", |
53 | | - "ext-apcu": "Support for the Apcu cache driver", |
54 | | - "ext-exif": "Support for exif information from images", |
55 | | - "ext-fileinfo": "Improved mime type detection for files", |
56 | | - "ext-intl": "Improved i18n number formatting", |
57 | | - "ext-memcached": "Support for the Memcached cache driver", |
58 | | - "ext-zip": "Support for ZIP archive file functions", |
59 | | - "ext-zlib": "Sanitization and validation for svgz files" |
60 | | - }, |
61 | | - "autoload": { |
62 | | - "psr-4": { |
63 | | - "Kirby\\": "src/" |
64 | | - }, |
65 | | - "classmap": [ |
66 | | - "dependencies/" |
67 | | - ], |
68 | | - "files": [ |
69 | | - "config/setup.php", |
70 | | - "config/helpers.php" |
71 | | - ] |
72 | | - }, |
73 | | - "config": { |
74 | | - "allow-plugins": { |
75 | | - "getkirby/composer-installer": true |
76 | | - }, |
77 | | - "optimize-autoloader": true, |
78 | | - "platform": { |
79 | | - "php": "7.4.0" |
80 | | - }, |
81 | | - "platform-check": false |
82 | | - }, |
83 | | - "extra": { |
84 | | - "unused": [ |
85 | | - "symfony/polyfill-intl-idn" |
86 | | - ] |
87 | | - }, |
88 | | - "scripts": { |
89 | | - "post-update-cmd": "curl -o cacert.pem https://curl.se/ca/cacert.pem", |
90 | | - "analyze": [ |
91 | | - "@analyze:composer", |
92 | | - "@analyze:psalm", |
93 | | - "@analyze:phpcpd", |
94 | | - "@analyze:phpmd" |
95 | | - ], |
96 | | - "analyze:composer": "composer validate --strict --no-check-version --no-check-all", |
97 | | - "analyze:phpcpd": "phpcpd --fuzzy --exclude tests --exclude vendor .", |
98 | | - "analyze:phpmd": "phpmd . ansi phpmd.xml.dist --exclude 'dependencies/*,tests/*,vendor/*'", |
99 | | - "analyze:psalm": "psalm", |
100 | | - "build": "./scripts/build", |
101 | | - "ci": [ |
102 | | - "@fix", |
103 | | - "@analyze", |
104 | | - "@test" |
105 | | - ], |
106 | | - "fix": "php-cs-fixer fix", |
107 | | - "test": "phpunit --stderr --coverage-html=tests/coverage", |
108 | | - "zip": "composer archive --format=zip --file=dist" |
109 | | - } |
| 2 | +"name": "getkirby/cms", |
| 3 | +"description": "The Kirby 3 core", |
| 4 | +"license": "proprietary", |
| 5 | +"type": "kirby-cms", |
| 6 | +"version": "3.7.1", |
| 7 | +"keywords": [ |
| 8 | +"kirby", |
| 9 | +"cms", |
| 10 | +"core" |
| 11 | +], |
| 12 | +"authors": [ |
| 13 | +{ |
| 14 | +"name": "Kirby Team", |
| 15 | +"email": "support@getkirby.com", |
| 16 | +"homepage": "https://getkirby.com" |
| 17 | +} |
| 18 | +], |
| 19 | +"homepage": "https://getkirby.com", |
| 20 | +"support": { |
| 21 | +"email": "support@getkirby.com", |
| 22 | +"issues": "https://github.com/getkirby/kirby/issues", |
| 23 | +"forum": "https://forum.getkirby.com", |
| 24 | +"source": "https://github.com/getkirby/kirby" |
| 25 | +}, |
| 26 | +"require": { |
| 27 | +"php": ">=7.4.0 <8.2.0", |
| 28 | +"ext-SimpleXML": "*", |
| 29 | +"ext-ctype": "*", |
| 30 | +"ext-curl": "*", |
| 31 | +"ext-dom": "*", |
| 32 | +"ext-filter": "*", |
| 33 | +"ext-hash": "*", |
| 34 | +"ext-iconv": "*", |
| 35 | +"ext-json": "*", |
| 36 | +"ext-libxml": "*", |
| 37 | +"ext-mbstring": "*", |
| 38 | +"ext-openssl": "*", |
| 39 | +"claviska/simpleimage": "3.6.5", |
| 40 | +"filp/whoops": "2.14.5", |
| 41 | +"getkirby/composer-installer": "^1.2.1", |
| 42 | +"laminas/laminas-escaper": "2.10.0", |
| 43 | +"michelf/php-smartypants": "1.8.1", |
| 44 | +"phpmailer/phpmailer": "6.6.3", |
| 45 | +"symfony/polyfill-intl-idn": "1.26.0", |
| 46 | +"symfony/polyfill-mbstring": "1.26.0" |
| 47 | +}, |
| 48 | +"replace": { |
| 49 | +"symfony/polyfill-php72": "*" |
| 50 | +}, |
| 51 | +"suggest": { |
| 52 | +"ext-PDO": "Support for using databases", |
| 53 | +"ext-apcu": "Support for the Apcu cache driver", |
| 54 | +"ext-exif": "Support for exif information from images", |
| 55 | +"ext-fileinfo": "Improved mime type detection for files", |
| 56 | +"ext-intl": "Improved i18n number formatting", |
| 57 | +"ext-memcached": "Support for the Memcached cache driver", |
| 58 | +"ext-zip": "Support for ZIP archive file functions", |
| 59 | +"ext-zlib": "Sanitization and validation for svgz files" |
| 60 | +}, |
| 61 | +"autoload": { |
| 62 | +"psr-4": { |
| 63 | +"Kirby\\": "src/" |
| 64 | +}, |
| 65 | +"classmap": [ |
| 66 | +"dependencies/" |
| 67 | +], |
| 68 | +"files": [ |
| 69 | +"config/setup.php", |
| 70 | +"config/helpers.php" |
| 71 | +] |
| 72 | +}, |
| 73 | +"config": { |
| 74 | +"allow-plugins": { |
| 75 | +"getkirby/composer-installer": true |
| 76 | +}, |
| 77 | +"optimize-autoloader": true, |
| 78 | +"platform": { |
| 79 | +"php": "7.4.0" |
| 80 | +}, |
| 81 | +"platform-check": false |
| 82 | +}, |
| 83 | +"extra": { |
| 84 | +"unused": [ |
| 85 | +"symfony/polyfill-intl-idn" |
| 86 | +] |
| 87 | +}, |
| 88 | +"scripts": { |
| 89 | +"post-update-cmd": "curl -o cacert.pem https://curl.se/ca/cacert.pem", |
| 90 | +"analyze": [ |
| 91 | +"@analyze:composer", |
| 92 | +"@analyze:psalm", |
| 93 | +"@analyze:phpcpd", |
| 94 | +"@analyze:phpmd" |
| 95 | +], |
| 96 | +"analyze:composer": "composer validate --strict --no-check-version --no-check-all", |
| 97 | +"analyze:phpcpd": "phpcpd --fuzzy --exclude tests --exclude vendor .", |
| 98 | +"analyze:phpmd": "phpmd . ansi phpmd.xml.dist --exclude 'dependencies/*,tests/*,vendor/*'", |
| 99 | +"analyze:psalm": "psalm", |
| 100 | +"build": "./scripts/build", |
| 101 | +"ci": [ |
| 102 | +"@fix", |
| 103 | +"@analyze", |
| 104 | +"@test" |
| 105 | +], |
| 106 | +"fix": "php-cs-fixer fix", |
| 107 | +"test": "phpunit --stderr --coverage-html=tests/coverage", |
| 108 | +"zip": "composer archive --format=zip --file=dist" |
| 109 | +} |
110 | 110 | } |
0 commit comments