Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 704f8ed

Browse files
committed
Tweak Composer settings
1 parent 8c8d0db commit 704f8ed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/cache@v3
2525
with:
2626
path: ${{ steps.composer-cache.outputs.dir }}
27-
key: ${{ matrix.operating-system }}-composer-${{ hashFiles('composer.json') }}
27+
key: ${{ matrix.operating-system }}-composer-${{ hashFiles('composer-dev.json') }}
2828
restore-keys: ${{ matrix.operating-system }}-composer-
2929
- name: Install composer dependencies
3030
env:

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"config": {
1515
"preferred-install": "dist",
1616
"sort-packages": true,
17-
"optimize-autoloader": true,
18-
"allow-plugins": {
19-
"pestphp/pest-plugin": true,
20-
"bamarni/composer-bin-plugin": true
21-
}
17+
"optimize-autoloader": true
2218
},
2319
"minimum-stability": "dev",
2420
"prefer-stable": true,

0 commit comments

Comments
 (0)