Skip to content

Commit

Permalink
core update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McLagan authored and Andrew McLagan committed Nov 7, 2015
1 parent d5b824a commit a105599
Show file tree
Hide file tree
Showing 5,027 changed files with 587,656 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions jiro/Core/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No lisence. be free my firends...
1 change: 1 addition & 0 deletions jiro/Core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Jiro core extension
29 changes: 29 additions & 0 deletions jiro/Core/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jiro/core",
"description": "Jiro core extension.",
"authors": [
{
"name": "Andrew McLagan",
"email": "andrewmclagan@gmail.com"
}
],
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"laravel/laravel": "~5.1"
},
"autoload": {
"psr-4": {
"Jiro\\Core\\": "src"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit a105599

Please sign in to comment.