Commit 494a2c45 authored by Oleksii Pass's avatar Oleksii Pass
Browse files

updated dependencies

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