Skip to content

Commit 9b75a9c

Browse files
committed
chore: drop unused dev tooling and tidy CI install step
1 parent c2e5485 commit 9b75a9c

3 files changed

Lines changed: 4 additions & 32 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
- laravel: 12.*
2121
testbench: 10.*
2222
carbon: 3.*
23-
collision: 8.*
2423
- laravel: 11.*
2524
testbench: 9.*
2625
carbon: 3.*
27-
collision: 8.*
2826

2927
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3028

@@ -46,7 +44,7 @@ jobs:
4644
4745
- name: Install dependencies
4846
run: |
49-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
47+
composer require --dev "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5048
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5149
5250
- name: List Installed Dependencies

composer.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@
3535
"require-dev": {
3636
"larastan/larastan": "^3.0",
3737
"laravel/pint": "^1.0",
38-
"nunomaduro/collision": "^8.0",
3938
"orchestra/testbench": "^9.0|^10.0",
4039
"pestphp/pest": "^3.7|^4.0",
41-
"pestphp/pest-plugin-arch": "^3.0|^4.0",
42-
"pestphp/pest-plugin-laravel": "^3.0|^4.0",
43-
"pestphp/pest-plugin-livewire": "^3.0|^4.0",
44-
"rector/rector": "^2.0",
45-
"spatie/laravel-ray": "^1.26"
40+
"pestphp/pest-plugin-laravel": "^3.0|^4.0"
4641
},
4742
"autoload": {
4843
"psr-4": {
@@ -58,11 +53,9 @@
5853
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
5954
"analyse": "phpstan analyse",
6055
"lint": "pint",
61-
"refactor": "rector",
6256
"test": "pest --no-coverage",
6357
"test:coverage": "pest --coverage",
64-
"test:lint": "pint --test",
65-
"test:refactor": "rector --dry-run"
58+
"test:lint": "pint --test"
6659
},
6760
"extra": {
6861
"laravel": {
@@ -74,9 +67,7 @@
7467
"config": {
7568
"sort-packages": true,
7669
"allow-plugins": {
77-
"composer/package-versions-deprecated": true,
78-
"pestphp/pest-plugin": true,
79-
"phpstan/extension-installer": true
70+
"pestphp/pest-plugin": true
8071
}
8172
},
8273
"prefer-stable": true

rector.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)