Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Nov 30, 2022
1 parent 7de8757 commit d9136ca
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"autoload" : {
"psr-4" : {
"Genkgo\\Migrations\\" : ["src"]
}
},
"autoload-dev" : {
"psr-4" : {
"Genkgo\\TestMigrations\\" : ["test"]
}
},
"name" : "genkgo/migrations",
"license": "MIT",
"require" : {
"php" : "~8.0.0 || ~8.1.0",
"ext-pdo": "*"
Expand All @@ -19,6 +10,16 @@
"phpstan/phpstan": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload" : {
"psr-4" : {
"Genkgo\\Migrations\\" : ["src"]
}
},
"autoload-dev" : {
"psr-4" : {
"Genkgo\\TestMigrations\\" : ["test"]
}
},
"scripts": {
"test": [
"./vendor/bin/phpunit -c phpunit.xml",
Expand Down

0 comments on commit d9136ca

Please sign in to comment.