Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 171ab0b

Browse files
committed
feat: prepare for Laravel 10
1 parent 8447ee7 commit 171ab0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.phpunit.cache/test-results

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defects":[],"times":{"Signifly\\SchedulingTasks\\Test\\SchedulingTasksTest::it_skips_loading_excludes":0.013,"Signifly\\SchedulingTasks\\Test\\SchedulingTasksTest::it_invokes_a_found_task":0}}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5|^8.0",
15-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
15+
"illuminate/console": "^8.0|^9.0|^10.0",
16+
"illuminate/support": "^8.0|^9.0|^10.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
20-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0"
20+
"orchestra/testbench": "^6.0|^7.0|^8.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)