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

Loading…
Cancel
Save