From 7f033d78cc32e6d7e801e8d40e985319100834c4 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Tue, 7 Feb 2017 13:48:15 -0800 Subject: [PATCH] updated composer.json --- .gitignore | 4 +++- CHANGELOG.md | 4 ++++ composer.json | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f24ec98..b03199a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ vendor/ *~ -lib/mysql/ \ No newline at end of file +lib/mysql/ +composer.lock +.idea/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0695d04..9248e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 6692ab8..4bb6352 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {