Skip to content

Commit

Permalink
bumped phpunit and testbench for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jocoDomino committed May 16, 2023
1 parent ac7100f commit adc7933
Show file tree
Hide file tree
Showing 6 changed files with 3,178 additions and 1,104 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +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}}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "konsulting/laravel-monitored-commands",
"description": "",
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.0"
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "~6.0"
},
"license": "MIT",
"authors": [
Expand All @@ -17,8 +17,8 @@
}
],
"require": {
"php": "^5.6 | ^7.0 | ^8.0",
"laravel/framework": "^5.3 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"php": "^7.0 | ^8.0",
"laravel/framework": "^7.0 | ^8.0 | ^9.0 | ^10.0",
"konsulting/laravel-editor-stamps": "^0.5.0",
"symfony/http-foundation": ">=3.4.35"
},
Expand Down
Loading

0 comments on commit adc7933

Please sign in to comment.