Skip to content

Commit 6e4e8fd

Browse files
committed
Remove unused deps
1 parent 7083ef9 commit 6e4e8fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
php: [7.3, 7.4, '8.0', 8.1]
1212
lib:
13-
# - { laravel: ^10.0 } # Waiting topclaudy/compoships update
13+
- { laravel: ^10.0 }
1414
- { laravel: ^9.0 }
1515
- { laravel: ^8.0 }
1616
- { laravel: ^7.0 }

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"orchestra/testbench": "*",
3232
"orchestra/testbench-core": "^4.9 || ^5.9 || >=6.6",
3333
"phpunit/phpunit": ">=9.5",
34-
"nilportugues/sql-query-formatter": "^1.2.2",
35-
"awobaz/compoships": "^2.0.4"
34+
"nilportugues/sql-query-formatter": "^1.2.2"
3635
},
3736
"extra": {
3837
"laravel": {

0 commit comments

Comments
 (0)