Skip to content

Commit 8b6ec94

Browse files
committed
ctype_digit deprecation fix
1 parent 04de63f commit 8b6ec94

File tree

11 files changed

+157
-64
lines changed

11 files changed

+157
-64
lines changed

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/grav/gantry5/compat/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/grav/gantry5/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/joomla/lib_gantry5/compat/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/joomla/lib_gantry5/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"license": "GPLv2",
55

66
"require": {
7-
"php": ">=5.6.20",
7+
"php": ">=7.2.5",
88
"symfony/event-dispatcher": "~3.4",
9-
"symfony/yaml": "~3.4",
9+
"symfony/yaml": "~5.4.0",
1010
"pimple/pimple": "~3.2",
11-
"filp/whoops": "~2.5",
12-
"rockettheme/toolbox": "~1.5",
11+
"filp/whoops": "^2.15.2",
12+
"rockettheme/toolbox": "~1.6.4",
1313
"erusev/parsedown-extra": "~0.7",
1414

1515
"twig/twig": "~1.42",
16-
"scssphp/scssphp": "1.6.0",
16+
"scssphp/scssphp": "1.10.0",
1717
"leafo/scssphp": "0.8.4"
1818
},
1919
"require-dev": {
@@ -32,7 +32,7 @@
3232
},
3333
"config": {
3434
"platform": {
35-
"php": "5.6.20"
35+
"php": "7.2.5"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)