Skip to content

Commit cfaaf4f

Browse files
committed
requirement tweaks
1 parent a5d9849 commit cfaaf4f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
composer.lock
22
vendor
3+
.phpunit.result.cache

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arondeparon/schedulewhen",
3-
"description": ":A command that enabled you see what the scheduler will do at a given moment in time.",
3+
"description": "A command that enabled you see what the scheduler will do at a given moment in time.",
44
"license": "MIT",
55
"authors": [
66
{
@@ -16,9 +16,9 @@
1616
"illuminate/support": "~5"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~7.0",
19+
"phpunit/phpunit": "^8.0",
2020
"mockery/mockery": "^1.1",
21-
"orchestra/testbench": "~3.0",
21+
"orchestra/testbench": "~3.8",
2222
"sempro/phpunit-pretty-print": "^1.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)