Skip to content

Commit a8cb3a3

Browse files
authored
Обновление зависимостей и добавлена версия laravel 8.0. (#2)
1 parent 57daa6f commit a8cb3a3

File tree

2 files changed

+2174
-1183
lines changed

2 files changed

+2174
-1183
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"require": {
2929
"php": ">=7.2",
3030
"ext-json": "*",
31-
"laravel/framework": "^5.8|^6.0|^7.0"
31+
"laravel/framework": "^8.7"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^8.3",
35-
"orchestra/testbench": "^5.0",
3635
"sensiolabs/security-checker": "^6.0",
37-
"symplify/easy-coding-standard": "^7.2"
36+
"symplify/easy-coding-standard": "^7.2",
37+
"orchestra/testbench": "^6.2"
3838
},
3939
"scripts": {
4040
"lint":[

0 commit comments

Comments
 (0)