Skip to content

Commit f307830

Browse files
committed
removed forks
1 parent 1dceeef commit f307830

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
2323
- laravel: 13.*
24-
testbench: 10.*
24+
testbench: 11.*
2525
carbon: ^3.8.4
2626
- laravel: 12.*
2727
testbench: 10.*

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench-browser-kit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
22+
"orchestra/testbench-browser-kit": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
2323
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3 || ^12.5.8 || ^13.0.3"
2424
},
2525
"autoload": {
@@ -45,13 +45,6 @@
4545
]
4646
}
4747
},
48-
"repositories": [
49-
{
50-
"type": "vcs",
51-
"url": "https://github.com/Javaabu/testbench-browser-kit.git",
52-
"canonical": false
53-
}
54-
],
5548
"minimum-stability": "dev",
5649
"prefer-stable": true
5750
}

0 commit comments

Comments
 (0)