Skip to content

Commit

Permalink
Merge pull request #20 from linchpin/improve/update-composer-config
Browse files Browse the repository at this point in the history
chore(NO-JIRA): Update dependencies in composer
  • Loading branch information
aaronware authored May 4, 2023
2 parents 4d76485 + eb6a591 commit 665caa1
Show file tree
Hide file tree
Showing 5 changed files with 2,750 additions and 263 deletions.
36 changes: 0 additions & 36 deletions .deployment/cleanup.php

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
on:
pull_request:
branches: [trunk]
paths:
- '**.php'
push:
branches: [trunk]
paths:
- '**.php'

name: WordPress Autofixer

jobs:
phpcbf-fixer:
# only run on branches not ending in -phpcbf or release-please (since it's already run)
if: "!contains(github.ref, '-phpcbf') && !contains(github.ref, 'release-please')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -35,7 +41,7 @@ jobs:
- name: Get Branch Names
id: branch
uses: tj-actions/branch-names@v5.1
uses: tj-actions/branch-names@v6.5

- name: Create Pull Request
id: cpr
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- trunk
branches: [trunk]
paths:
- .github/workflows/wiki.yml
- '**.php'
Expand Down
22 changes: 15 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "linchpin/themes",
"name": "linchpin/ash",
"type": "package",
"description": "A collection of experimental block-based WordPress themes by WP Engine.",
"homepage": "https://github.com/linchpin/themes",
"description": "An experimental block-based WordPress themes by WP Engine.",
"homepage": "https://github.com/linchpin/ash",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=5.6"
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wptrt/wpthemereview": "^0.2.1",
"php-parallel-lint/php-parallel-lint": "^1.3"
"automattic/phpcs-neutron-ruleset": "^3.4.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"friendsofphp/php-cs-fixer": "^3.16.0",
"php-parallel-lint/php-console-highlighter": "v1.0.0",
"php-parallel-lint/php-parallel-lint": "^v1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"saggre/phpdocumentor-markdown": "^0.1.3",
"squizlabs/php_codesniffer": "^3.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"wptrt/wpthemereview": "^0.2.1"
},
"scripts": {
"lint": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
Expand Down
Loading

0 comments on commit 665caa1

Please sign in to comment.