Skip to content

Commit ac7100f

Browse files
committed
bumped dependencies only
1 parent 81a55a2 commit ac7100f

File tree

2 files changed

+2270
-1143
lines changed

2 files changed

+2270
-1143
lines changed

composer.json

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

0 commit comments

Comments
 (0)