Skip to content

Commit

Permalink
Merge pull request #253 from 10up/update/deps
Browse files Browse the repository at this point in the history
Update/deps
  • Loading branch information
darylldoyle authored Nov 25, 2024
2 parents f0e2a96 + 50a262c commit f8f30ca
Show file tree
Hide file tree
Showing 13 changed files with 2,548 additions and 4,215 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup PHP with composer v2
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer:v2

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/bash
. "$(dirname "$0")/_/husky.sh"

PARENT_DIR="$(git rev-parse --show-toplevel)"
SCAFFOLD_PATH=$(grep hooksPath "${PARENT_DIR}"/.git/config | awk '{print $3}')

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=8.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
187 changes: 109 additions & 78 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mu-plugins/10up-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"php": ">=7.0",
"haydenpierce/class-finder": "^0.4.3"
"php": ">=8.3",
"haydenpierce/class-finder": "^0.5.3"
},
"autoload": {
"psr-4": {
Expand Down
21 changes: 9 additions & 12 deletions mu-plugins/10up-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8f30ca

Please sign in to comment.