chore: bump php to v8
This commit is contained in:
parent
dfa3a7646a
commit
c968abdf09
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"slim/slim": "^4.10",
|
"slim/slim": "^4.10",
|
||||||
"illuminate/database": "^11",
|
"illuminate/database": "^11",
|
||||||
"php": "^7.4",
|
"php": "^8",
|
||||||
"slim/php-view": "^3.1",
|
"slim/php-view": "^3.1",
|
||||||
"monolog/monolog": "^2.4",
|
"monolog/monolog": "^2.4",
|
||||||
"ramsey/uuid": "^4.2",
|
"ramsey/uuid": "^4.2",
|
||||||
|
|
8
composer.lock
generated
8
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e606bc5254ae040c9663656cb32a35dd",
|
"content-hash": "a6840f30d7477af755a14612680ce84c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
@ -5446,12 +5446,12 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.4"
|
"php": "^8"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue