summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-12 08:44:35 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-10-12 08:44:35 +0200
commit4c7c9cdfbe0a47aa04eed192252b7b705780bfb1 (patch)
tree753fdbc173f7dd07f57e4f51815f4ee71158373f /composer.lock
parent0ab2dcd522a837d648d9559cd623dac96358e7ff (diff)
using composer
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock51
1 files changed, 51 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 00000000..60088b49
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,51 @@
+{
+ "_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#composer-lock-the-lock-file",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "02220c2a6087d409a5e53060ee20c47e",
+ "packages": [
+ {
+ "name": "daita/my-small-php-tools",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/daita/my-small-php-tools.git",
+ "reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/f13fb739ffc13c6843e34628dcd3a251a619ee02",
+ "reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0"
+ },
+ "type": "library",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "AGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Maxence Lange",
+ "email": "maxence@artificial-owl.com"
+ }
+ ],
+ "description": "My small PHP Tools",
+ "time": "2018-10-11T14:02:16+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": {
+ "daita/my-small-php-tools": 20
+ },
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": []
+}