From 69f2604b5b943edf337bd0be98e0253690e375ed Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 17 Dec 2017 02:31:45 +0100 Subject: [PATCH] Now with Aitemu dependency! --- composer.json | 2 +- composer.lock | 41 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 702c780c..022d296b 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ }, "require": { "php": ">=7.2", + "flashwave/aitemu": "dev-master#ac3050d17e3aa31a088caf15469bb51e5b165d40", "nesbot/carbon": "~1.22", - "twig/twig": "~2.4", "illuminate/database": "~5.5", "illuminate/filesystem": "~5.5", "doctrine/dbal": "~2.6", diff --git a/composer.lock b/composer.lock index 23301de0..dbbc30ce 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "87474e9107d93924c3516439ea7bf8a0", + "content-hash": "e20f18d591572a55dce8ab1b98dc7b5a", "packages": [ { "name": "doctrine/annotations", @@ -584,6 +584,41 @@ ], "time": "2017-11-14T20:44:03+00:00" }, + { + "name": "flashwave/aitemu", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/flashwave/aitemu.git", + "reference": "ac3050d17e3aa31a088caf15469bb51e5b165d40" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/flashwave/aitemu/zipball/ac3050d17e3aa31a088caf15469bb51e5b165d40", + "reference": "ac3050d17e3aa31a088caf15469bb51e5b165d40", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "twig/twig": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "~6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Aitemu\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHP Framework, primarily for personal use.", + "homepage": "https://github.com/flashwave/aitemu", + "time": "2017-12-17T01:25:07+00:00" + }, { "name": "illuminate/container", "version": "v5.5.17", @@ -2747,7 +2782,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "flashwave/aitemu": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {