Skip to content

Commit

Permalink
Merge pull request #3 from alleyinteractive/composer
Browse files Browse the repository at this point in the history
Require any composer
  • Loading branch information
srtfisher authored Jul 30, 2022
2 parents 59225c7 + af0c75e commit a52fa5a
Show file tree
Hide file tree
Showing 6 changed files with 3,775 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
tools: composer:v2
coverage: none
- name: Validate Composer
run: composer validate --strict
- name: Install dependencies
uses: nick-invision/retry@v2.7.0
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
tools: composer:v2
coverage: none

- name: Validate Composer
run: composer validate --strict

- name: Install dependencies
uses: nick-invision/retry@v2.7.0
with:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Thumbs.db
# IDE files
*.code-workspace
.idea
.vscode
.vscode

composer.lock
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
"homepage": "https://github.com/alleyinteractive/wp-concurrent-remote-requests",
"require": {
"php": "^7.4 || ^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^0.4"
"alleyinteractive/composer-wordpress-autoloader": "*"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^0.3",
"mantle-framework/testkit": "^0.5",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3"
},
Expand Down
Loading

0 comments on commit a52fa5a

Please sign in to comment.