Skip to content

Commit

Permalink
Add upgrader script and rename namespace to Tightenco
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Dec 21, 2017
1 parent 07d58f7 commit 6428106
Show file tree
Hide file tree
Showing 27 changed files with 2,926 additions and 129 deletions.
17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,32 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.0",
"nesbot/carbon": "~1.20"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~6.0",
"symfony/var-dumper": "~3.3"
},
"autoload": {
"files": [
"src/Illuminate/Support/helpers.php"
"src/Tightenco/Support/helpers.php",
"src/Tightenco/Support/alias.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate"
"Tightenco\\": "src/Tightenco"
}
},
"suggest": {
"symfony/var-dumper": "Required to prettify dd() and dump() (~3.3)."
},
"scripts": {
"test": [
"@composer install",
"vendor/bin/phpunit"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 6428106

Please sign in to comment.