This commit is contained in:
Kevin MacMartin 2018-11-02 18:55:57 -04:00
parent 717a09118f
commit f2385f11d0
3 changed files with 55 additions and 1 deletions

View file

@ -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",

53
composer.lock generated
View file

@ -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",

2
storage/tinx/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore