Browse Source

composer lock

Erasin 4 years ago
parent
commit
0fc46dfdd1
2 changed files with 22 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 20 0
      composer.lock

+ 2 - 1
.gitignore

@@ -1,3 +1,4 @@
 php_errors.log
 test
-.env
+.env
+vendor

+ 20 - 0
composer.lock

@@ -0,0 +1,20 @@
+{
+    "_readme": [
+        "This file locks the dependencies of your project to a known state",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+        "This file is @generated automatically"
+    ],
+    "content-hash": "964c15d5b83a9196ea9b140685b18f4f",
+    "packages": [],
+    "packages-dev": [],
+    "aliases": [],
+    "minimum-stability": "stable",
+    "stability-flags": [],
+    "prefer-stable": false,
+    "prefer-lowest": false,
+    "platform": {
+        "php": ">=7.2.0"
+    },
+    "platform-dev": [],
+    "plugin-api-version": "2.0.0"
+}