Now with Aitemu dependency!
This commit is contained in:
parent
0078e0ca6d
commit
69f2604b5b
2 changed files with 40 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
|
"flashwave/aitemu": "dev-master#ac3050d17e3aa31a088caf15469bb51e5b165d40",
|
||||||
"nesbot/carbon": "~1.22",
|
"nesbot/carbon": "~1.22",
|
||||||
"twig/twig": "~2.4",
|
|
||||||
"illuminate/database": "~5.5",
|
"illuminate/database": "~5.5",
|
||||||
"illuminate/filesystem": "~5.5",
|
"illuminate/filesystem": "~5.5",
|
||||||
"doctrine/dbal": "~2.6",
|
"doctrine/dbal": "~2.6",
|
||||||
|
|
41
composer.lock
generated
41
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "87474e9107d93924c3516439ea7bf8a0",
|
"content-hash": "e20f18d591572a55dce8ab1b98dc7b5a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
|
@ -584,6 +584,41 @@
|
||||||
],
|
],
|
||||||
"time": "2017-11-14T20:44:03+00:00"
|
"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",
|
"name": "illuminate/container",
|
||||||
"version": "v5.5.17",
|
"version": "v5.5.17",
|
||||||
|
@ -2747,7 +2782,9 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"flashwave/aitemu": 20
|
||||||
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue