Skip to content

Instantly share code, notes, and snippets.

@event15
Last active January 15, 2016 10:46
Show Gist options
  • Save event15/84e993fca49f449f15a4 to your computer and use it in GitHub Desktop.
Save event15/84e993fca49f449f15a4 to your computer and use it in GitHub Desktop.
Przygotowany plik composer.json oraz dodany do niego PHPSpec
{
"name": "root/katas",
"description": "Popularne Kata w PHP",
"type": "project",
"require" :{
"php": ">= 7.0"
},
"require-dev": {
"phpspec/phpspec": "^2.4"
},
"license": "MIT",
"authors": [
{
"name": "Marek Woś",
"email": "nie@podam.pl"
}
],
"config": {
"bin-dir": "bin/"
},
"autoload": {
"psr-4": {
"Kata\\": "src/Kata"
}
}
}
@event15
Copy link
Author

event15 commented Jan 15, 2016

Approved.
Robiłem wpis o kata i TDD, więc uznałem, że composer to sprawa drugorzędna, jednak skoro to wpis o sztuce i rzemiośle, warto i o to zadbać.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment