|
4 | 4 | "homepage": "http://github.com/joomla/framework.joomla.org",
|
5 | 5 | "license": "GPL-2.0-or-later",
|
6 | 6 | "require": {
|
7 |
| - "php": "^7.4", |
| 7 | + "php": "^8.1", |
8 | 8 | "ext-json": "*",
|
9 | 9 | "ext-pdo": "*",
|
10 | 10 | "fig/link-util": "^1.1",
|
11 |
| - "joomla/application": "^2.0", |
12 |
| - "joomla/console": "^2.0", |
13 |
| - "joomla/controller": "^2.0", |
14 |
| - "joomla/database": "^2.0", |
15 |
| - "joomla/di": "^2.0", |
16 |
| - "joomla/event": "^2.0", |
17 |
| - "joomla/filesystem": "^2.0", |
18 |
| - "joomla/filter": "^2.0", |
19 |
| - "joomla/github": "^2.0@dev", |
20 |
| - "joomla/http": "^2.0", |
21 |
| - "joomla/input": "^2.0", |
22 |
| - "joomla/model": "^2.0", |
23 |
| - "joomla/preload": "^2.0", |
24 |
| - "joomla/registry": "^2.0", |
25 |
| - "joomla/renderer": "^2.0", |
26 |
| - "joomla/router": "^2.0", |
27 |
| - "joomla/string": "^2.0", |
28 |
| - "joomla/uri": "^2.0", |
29 |
| - "joomla/utilities": "^2.0", |
30 |
| - "joomla/view": "^2.0", |
31 |
| - "laminas/laminas-diactoros": "^2.3", |
| 11 | + "joomla/application": "^3.0", |
| 12 | + "joomla/console": "^3.0", |
| 13 | + "joomla/controller": "^3.0", |
| 14 | + "joomla/database": "^3.0", |
| 15 | + "joomla/di": "^3.0", |
| 16 | + "joomla/event": "^3.0", |
| 17 | + "joomla/filesystem": "^3.0", |
| 18 | + "joomla/filter": "^3.0", |
| 19 | + "joomla/github": "^3.0@dev", |
| 20 | + "joomla/http": "^3.0", |
| 21 | + "joomla/input": "^3.0", |
| 22 | + "joomla/model": "^3.0", |
| 23 | + "joomla/preload": "^3.0", |
| 24 | + "joomla/registry": "^3.0", |
| 25 | + "joomla/renderer": "^3.0", |
| 26 | + "joomla/router": "^3.0", |
| 27 | + "joomla/string": "^3.0", |
| 28 | + "joomla/uri": "^3.0", |
| 29 | + "joomla/utilities": "^3.0", |
| 30 | + "joomla/view": "^3.0", |
| 31 | + "laminas/laminas-diactoros": "^2.17", |
32 | 32 | "monolog/monolog": "^2.1",
|
33 | 33 | "psr/link": "^1.0",
|
34 | 34 | "ramsey/uuid": "^4.0.1",
|
35 |
| - "robmorgan/phinx": "^0.14.0", |
| 35 | + "robmorgan/phinx": "^0.16.1", |
36 | 36 | "symfony/asset": "^5.1.2",
|
37 | 37 | "symfony/process": "^5.1.2",
|
38 | 38 | "symfony/web-link": "^5.1.2",
|
|
41 | 41 | "twig/twig": "^3.0"
|
42 | 42 | },
|
43 | 43 | "require-dev": {
|
44 |
| - "friendsofphp/php-cs-fixer": "^3.13.2", |
45 |
| - "squizlabs/php_codesniffer": "~3.0", |
46 |
| - "maximebf/debugbar": "^1.16.3" |
| 44 | + "friendsofphp/php-cs-fixer": "^3.59", |
| 45 | + "squizlabs/php_codesniffer": "~3.10", |
| 46 | + "maximebf/debugbar": "^1.22.3" |
47 | 47 | },
|
48 | 48 | "replace": {
|
49 |
| - "paragonie/random_compat": "*", |
50 |
| - "symfony/polyfill-php70": "*", |
51 |
| - "symfony/polyfill-php72": "*" |
| 49 | + "paragonie/random_compat": "*" |
52 | 50 | },
|
53 | 51 | "autoload": {
|
54 | 52 | "psr-4": {
|
|
57 | 55 | },
|
58 | 56 | "config": {
|
59 | 57 | "platform": {
|
60 |
| - "php": "7.4.0" |
| 58 | + "php": "8.1.0" |
61 | 59 | }
|
62 | 60 | }
|
63 | 61 | }
|
0 commit comments