Skip to content

Commit

Permalink
Обновление зависимостей и добавлена версия laravel 8.0. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
run-byte-run authored Sep 30, 2020
1 parent 57daa6f commit a8cb3a3
Show file tree
Hide file tree
Showing 2 changed files with 2,174 additions and 1,183 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"laravel/framework": "^5.8|^6.0|^7.0"
"laravel/framework": "^8.7"
},
"require-dev": {
"phpunit/phpunit": "^8.3",
"orchestra/testbench": "^5.0",
"sensiolabs/security-checker": "^6.0",
"symplify/easy-coding-standard": "^7.2"
"symplify/easy-coding-standard": "^7.2",
"orchestra/testbench": "^6.2"
},
"scripts": {
"lint":[
Expand Down
Loading

0 comments on commit a8cb3a3

Please sign in to comment.