Browse Source

chore: drop php 7.4, support php 8.1

pull/374/head
Felipe Dalcin 2 years ago
parent
commit
6cd4f3da15
  1. 2
      composer.json
  2. 4
      composer.lock

2
composer.json

@ -25,7 +25,7 @@
} }
}, },
"require": { "require": {
"php": "^7.4|8.0.*", "php": "^8.0",
"composer/installers": "^2", "composer/installers": "^2",
"phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/php-compatibility": "^9.3",
"pressbooks/mix": "^2.1", "pressbooks/mix": "^2.1",

4
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": "bca254bf292cf20628d024e2b7bf1d91", "content-hash": "080fb35768a8645b9f6605faaadcb9c7",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -2857,7 +2857,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.4|8.0.*" "php": "^8.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"

Loading…
Cancel
Save