updated composer.json
This commit is contained in:
parent
484363d74f
commit
7f033d78cc
|
@ -1,4 +1,6 @@
|
|||
node_modules/
|
||||
vendor/
|
||||
*~
|
||||
lib/mysql/
|
||||
lib/mysql/
|
||||
composer.lock
|
||||
.idea/
|
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- composer.json
|
||||
- .gitignore
|
||||
|
||||
## [0.0.1] - 2017-02-07
|
||||
### Added
|
||||
|
|
|
@ -5,18 +5,29 @@
|
|||
"require": {
|
||||
"hoa/router": "3.17.01.14",
|
||||
"twig/twig": "^2.1",
|
||||
"omnipay/paypal": "^2.6",
|
||||
"twig/extensions": "^1.4",
|
||||
"doctrine/dbal": "^2.5",
|
||||
"doctrine/orm": "^2.5",
|
||||
"symfony/console": "^3.2",
|
||||
"pimple/pimple": "^3.0",
|
||||
"symfony/http-foundation": "^3.2"
|
||||
"symfony/http-foundation": "^3.2",
|
||||
"symfony/config": "^3.2",
|
||||
"symfony/yaml": "^3.2",
|
||||
"doctrine/annotations": "^1.3",
|
||||
"tedivm/stash": "^0.14.1",
|
||||
"doctrine/collections": "^1.4",
|
||||
"ircmaxell/security-lib": "^1.1",
|
||||
"ircmaxell/random-lib": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"fzaninotto/faker": "^1.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Sikofitt\\":"src/Sikofitt"
|
||||
}
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue