mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 15:42:31 -05:00
Add tinx
This commit is contained in:
parent
717a09118f
commit
f2385f11d0
3 changed files with 55 additions and 1 deletions
|
@ -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
53
composer.lock
generated
|
@ -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
2
storage/tinx/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Reference in a new issue