Skip to content

Commit adc7933

Browse files
committed
bumped phpunit and testbench for laravel 10
1 parent ac7100f commit adc7933

File tree

6 files changed

+3178
-1104
lines changed

6 files changed

+3178
-1104
lines changed

.phpunit.result.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defects":[],"times":{"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_has_a_name":0.233,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_records_the_time_at_which_the_command_was_started":0.019,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_checks_if_the_command_has_started":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_checks_if_the_command_has_completed":0.009,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_records_the_time_at_which_the_command_failed":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_gets_a_command_record_by_name":0.009,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_checks_if_a_command_has_been_requested":0.009,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_checks_how_many_times_a_command_has_been_requested":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::a_command_is_in_progress_if_it_has_started_but_not_completed_or_failed":0.009,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::a_command_is_not_in_progress_if_it_has_not_started_or_it_has_completed_or_failed":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::a_command_is_not_in_progress_if_it_has_failed":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_checks_if_a_command_has_completed":0.007,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::a_command_has_not_completed_if_it_has_failed":0.008,"Konsulting\\Laravel\\MonitoredCommands\\Tests\\CommandRecordTest::it_retrieves_the_number_of_times_that_a_command_has_completed":0.012}}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "konsulting/laravel-monitored-commands",
33
"description": "",
44
"require-dev": {
5-
"phpunit/phpunit": "^8.0",
6-
"orchestra/testbench": "~3.0"
5+
"phpunit/phpunit": "^9.0",
6+
"orchestra/testbench": "~6.0"
77
},
88
"license": "MIT",
99
"authors": [
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^5.6 | ^7.0 | ^8.0",
21-
"laravel/framework": "^5.3 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
20+
"php": "^7.0 | ^8.0",
21+
"laravel/framework": "^7.0 | ^8.0 | ^9.0 | ^10.0",
2222
"konsulting/laravel-editor-stamps": "^0.5.0",
2323
"symfony/http-foundation": ">=3.4.35"
2424
},

0 commit comments

Comments
 (0)