We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a55a2 commit ac7100fCopy full SHA for ac7100f
composer.json
@@ -2,7 +2,7 @@
2
"name": "konsulting/laravel-monitored-commands",
3
"description": "",
4
"require-dev": {
5
- "phpunit/phpunit": "^5.6",
+ "phpunit/phpunit": "^8.0",
6
"orchestra/testbench": "~3.0"
7
},
8
"license": "MIT",
@@ -17,9 +17,9 @@
17
}
18
],
19
"require": {
20
- "php": "^5.6 | ^7.0",
21
- "laravel/framework": "^5.3 | ^6.0 | ^7.0 | ^8.0",
22
- "konsulting/laravel-editor-stamps": "^0.2.0",
+ "php": "^5.6 | ^7.0 | ^8.0",
+ "laravel/framework": "^5.3 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
+ "konsulting/laravel-editor-stamps": "^0.5.0",
23
"symfony/http-foundation": ">=3.4.35"
24
25
"autoload": {
0 commit comments