Browse Source

Update composer.lock

pull/326/head
SteelWagstaff 4 years ago
parent
commit
370736af40
  1. 4
      .github/dependabot.yml
  2. 6
      .github/workflows/.pipeline.yml
  3. 8
      composer.json

4
.github/dependabot.yml

@ -4,7 +4,7 @@ updates:
- package-ecosystem: "npm"
# Look for `package.json` and `package-lock.json` files in the root directory
directory: "/"
# Check for updates monthly
# Check for updates daily
schedule:
interval: "daily"
allow:
@ -17,7 +17,7 @@ updates:
- package-ecosystem: "composer"
# Look for `composer.json` and `composer.lock` files in the root directory
directory: "/"
# Check for updates monthly
# Check for updates daily
schedule:
interval: "daily"
allow:

6
.github/workflows/.pipeline.yml

@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4 ]
php: [ 7.4 ]
os: [ ubuntu-20.04 ]
wordpress: [ 5.9 ]
wordpress: [ 5.9.3, latest ]
experimental: [ false ]
include:
- php: 8.0
@ -94,7 +94,7 @@ jobs:
- name: Upload Coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
if: matrix.experimental == false && matrix.php == 7.3
if: matrix.experimental == false
- name: Prepare Build
if: startsWith(github.ref, 'refs/tags/')

8
composer.json

@ -19,16 +19,16 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.4"
},
"sort-packages": true
},
"require": {
"php": ">=7.3",
"composer/installers": "^1.7",
"php": ">=7.4",
"composer/installers": "^2",
"phpcompatibility/php-compatibility": "^9.3",
"pressbooks/mix": "^2.1",
"soberwp/intervention": "1.2.0-p",
"soberwp/intervention": "^2",
"spatie/color": "^1.1"
},
"require-dev": {

Loading…
Cancel
Save