diff --git a/composer.json b/composer.json index 05ebaf8..ed2f2fe 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "type": "project", "require": { "php": "^7.1.3", + "ajthinking/tinx": "^2.1", "doctrine/dbal": "^2.6", "erusev/parsedown": "~1.6", "fideloper/proxy": "^4.0", diff --git a/composer.lock b/composer.lock index b08b6c0..150a14d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,59 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4ce496c26a1c4e97c938736b15b68fb2", + "content-hash": "15eda394063d15cfa44caefffb7f6095", "packages": [ + { + "name": "ajthinking/tinx", + "version": "v2.1.7", + "source": { + "type": "git", + "url": "https://github.com/furey/tinx.git", + "reference": "3126c2183764b262f7c929a4592383824445cd86" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/furey/tinx/zipball/3126c2183764b262f7c929a4592383824445cd86", + "reference": "3126c2183764b262f7c929a4592383824445cd86", + "shasum": "" + }, + "require": { + "illuminate/container": "^5.2", + "laravel/tinker": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.4|^7.0" + }, + "type": "laravel", + "extra": { + "laravel": { + "providers": [ + "Ajthinking\\Tinx\\TinxServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Ajthinking\\Tinx\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anders Jürisoo", + "email": "jurisoo@hotmail.com" + }, + { + "name": "James Furey", + "homepage": "https://github.com/furey" + } + ], + "description": "Reload your Laravel Tinker session from inside Tinker, plus magic shortcuts for first(), find(), where(), and more!", + "time": "2018-08-28T12:09:16+00:00" + }, { "name": "anahkiasen/underscore-php", "version": "2.0.0", diff --git a/storage/tinx/.gitignore b/storage/tinx/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/storage/tinx/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file