|
3 | 3 | "description": "The Kirby core", |
4 | 4 | "license": "proprietary", |
5 | 5 | "type": "kirby-cms", |
6 | | - "version": "4.8.0", |
| 6 | + "version": "5.0.0", |
7 | 7 | "keywords": [ |
8 | 8 | "kirby", |
9 | 9 | "cms", |
|
24 | 24 | "source": "https://github.com/getkirby/kirby" |
25 | 25 | }, |
26 | 26 | "require": { |
27 | | - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", |
| 27 | + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", |
28 | 28 | "ext-SimpleXML": "*", |
29 | 29 | "ext-ctype": "*", |
30 | 30 | "ext-curl": "*", |
|
39 | 39 | "christian-riesen/base32": "1.6.0", |
40 | 40 | "claviska/simpleimage": "4.2.1", |
41 | 41 | "composer/semver": "3.4.3", |
42 | | - "filp/whoops": "2.18.0", |
| 42 | + "filp/whoops": "2.18.3", |
43 | 43 | "getkirby/composer-installer": "^1.2.1", |
44 | 44 | "laminas/laminas-escaper": "2.17.0", |
45 | 45 | "michelf/php-smartypants": "1.8.1", |
46 | 46 | "phpmailer/phpmailer": "6.10.0", |
47 | 47 | "symfony/polyfill-intl-idn": "1.32.0", |
48 | 48 | "symfony/polyfill-mbstring": "1.32.0", |
49 | | - "symfony/yaml": "6.4.21" |
| 49 | + "symfony/yaml": "7.3.0" |
50 | 50 | }, |
51 | 51 | "replace": { |
52 | 52 | "symfony/polyfill-php72": "*" |
|
58 | 58 | "ext-fileinfo": "Improved mime type detection for files", |
59 | 59 | "ext-intl": "Improved i18n number formatting", |
60 | 60 | "ext-memcached": "Support for the Memcached cache driver", |
| 61 | + "ext-redis": "Support for the Redis cache driver", |
61 | 62 | "ext-sodium": "Support for the crypto class and more robust session handling", |
62 | 63 | "ext-zip": "Support for ZIP archive file functions", |
63 | 64 | "ext-zlib": "Sanitization and validation for svgz files" |
|
80 | 81 | }, |
81 | 82 | "optimize-autoloader": true, |
82 | 83 | "platform": { |
83 | | - "php": "8.1.0" |
| 84 | + "php": "8.2.0" |
84 | 85 | }, |
85 | 86 | "platform-check": false |
86 | 87 | }, |
|
0 commit comments