We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d9849 commit cfaaf4fCopy full SHA for cfaaf4f
.gitignore
@@ -1,2 +1,3 @@
1
composer.lock
2
vendor
3
+.phpunit.result.cache
composer.json
@@ -1,6 +1,6 @@
{
"name": "arondeparon/schedulewhen",
- "description": ":A command that enabled you see what the scheduler will do at a given moment in time.",
+ "description": "A command that enabled you see what the scheduler will do at a given moment in time.",
4
"license": "MIT",
5
"authors": [
6
@@ -16,9 +16,9 @@
16
"illuminate/support": "~5"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "~7.0",
+ "phpunit/phpunit": "^8.0",
20
"mockery/mockery": "^1.1",
21
- "orchestra/testbench": "~3.0",
+ "orchestra/testbench": "~3.8",
22
"sempro/phpunit-pretty-print": "^1.0"
23
24
"autoload": {
0 commit comments