Skip to content

Commit

Permalink
Merge pull request #64 from phalcon/#12-phalcon-migrations-phar
Browse files Browse the repository at this point in the history
#12 - Phalcon migrations phar
  • Loading branch information
Jeckerson authored Mar 12, 2020
2 parents 87f48b3 + 005200c commit 09b500a
Show file tree
Hide file tree
Showing 3 changed files with 2,498 additions and 182 deletions.
19 changes: 19 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"directories": [
"src"
],
"files": [
"phalcon-migrations"
],
"finder": [
{
"in": "src",
"name": "*.*"
}
],
"git-version": "git_tag",
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php"
]
}
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
{
"name": "phalcon/migrations",
"description": "Run and Generate DB Migrations with Phalcon Framework",
"keywords": ["framework", "phalcon", "migration", "phar"],
"homepage": "https://phalcon.io",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Phalcon Team",
"email": "[email protected]",
"homepage": "https://phalcon.io/en/team"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/phalcon-devtools/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/phalcon/phalcon-devtools/issues",
"source": "https://github.com/phalcon/phalcon-devtools",
"forum": "https://forum.phalcon.io"
},
"require": {
"php": ">=7.2",
"ext-phalcon": "^4.0.0"
Expand All @@ -12,7 +29,8 @@
"phalcon/ide-stubs": "^4.0.0",
"vimeo/psalm": "3.6.2",
"squizlabs/php_codesniffer": "3.5.1",
"fzaninotto/faker": "^1.9"
"fzaninotto/faker": "^1.9",
"humbug/box": "^3.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 09b500a

Please sign in to comment.