Commit 8c6b3b05 authored by Oleksii Pass's avatar Oleksii Pass
Browse files

upgrade dependencies

parent c6497277
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
  ],
  "require": {
    "php": ">=5.4.0",
    "illuminate/database": "~4.2|^5|^6|^7",
    "illuminate/config": "~4.2|^5|^6|^7",
    "illuminate/database": "~4.2|^5|^6|^7|^8",
    "illuminate/config": "~4.2|^5|^6|^7|^8",
    "nesbot/carbon": "~1.0|~2",
    "elasticsearch/elasticsearch": "~7.8"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.2|~5.0|~8.0",
    "phpunit/phpunit": "~4.2|~5.0|~8.0|~9.0",
    "mockery/mockery": "^0.9.4|^1.0"
  },
  "autoload": {