Update, edit and delete currencies.

This commit is contained in:
James Cole
2014-12-24 12:32:18 +01:00
parent fe1fb23e5b
commit cb670bb27d
9 changed files with 645 additions and 280 deletions

96
composer.lock generated
View File

@@ -324,16 +324,16 @@
},
{
"name": "laravel/framework",
"version": "v4.2.12",
"version": "v4.2.16",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "70a60f2ff9b96b3fcd88a68ef5382557733fe671"
"reference": "31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/70a60f2ff9b96b3fcd88a68ef5382557733fe671",
"reference": "70a60f2ff9b96b3fcd88a68ef5382557733fe671",
"url": "https://api.github.com/repos/laravel/framework/zipball/31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f",
"reference": "31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f",
"shasum": ""
},
"require": {
@@ -435,7 +435,7 @@
"framework",
"laravel"
],
"time": "2014-12-11 17:14:36"
"time": "2014-12-22 20:56:10"
},
{
"name": "michelf/php-markdown",
@@ -1984,16 +1984,16 @@
},
{
"name": "codeception/codeception",
"version": "2.0.8",
"version": "2.0.9",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "0f9de6de9788912a289214a020193eac0a9a05e8"
"reference": "0094191ac0d6e87821fba41de002103ebe79a279"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/0f9de6de9788912a289214a020193eac0a9a05e8",
"reference": "0f9de6de9788912a289214a020193eac0a9a05e8",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/0094191ac0d6e87821fba41de002103ebe79a279",
"reference": "0094191ac0d6e87821fba41de002103ebe79a279",
"shasum": ""
},
"require": {
@@ -2015,6 +2015,7 @@
"codeception/specify": "~0.3",
"codegyre/robo-ci": "@dev",
"facebook/php-sdk": "~3.2",
"flow/jsonpath": "~0.1",
"monolog/monolog": "~1.8",
"pda/pheanstalk": "~2.0",
"phpseclib/phpseclib": "~0.3.6",
@@ -2061,7 +2062,7 @@
"functional testing",
"unit testing"
],
"time": "2014-11-18 00:48:50"
"time": "2014-12-19 23:54:20"
},
{
"name": "codeception/phpbuiltinserver",
@@ -2105,16 +2106,16 @@
},
{
"name": "doctrine/annotations",
"version": "v1.2.1",
"version": "v1.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
"shasum": ""
},
"require": {
@@ -2169,7 +2170,7 @@
"docblock",
"parser"
],
"time": "2014-09-25 16:45:30"
"time": "2014-12-20 20:49:38"
},
{
"name": "doctrine/cache",
@@ -2459,22 +2460,30 @@
},
{
"name": "doctrine/inflector",
"version": "v1.0",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
"reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
@@ -2485,17 +2494,6 @@
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/",
"role": "Creator"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -2504,22 +2502,28 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluarlize",
"singuarlize",
"pluralize",
"singularize",
"string"
],
"time": "2013-01-10 21:49:15"
"time": "2014-12-20 21:24:13"
},
{
"name": "doctrine/instantiator",
@@ -2810,16 +2814,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "5.0.3",
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282"
"reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/6c72627de1d66832e4270e36e56acdb0d1d8f282",
"reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
"reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
"shasum": ""
},
"require": {
@@ -2864,7 +2868,7 @@
"rest",
"web service"
],
"time": "2014-11-04 07:09:15"
"time": "2014-12-19 20:27:15"
},
{
"name": "guzzlehttp/ringphp",
@@ -3085,16 +3089,16 @@
},
{
"name": "mockery/mockery",
"version": "0.9.2",
"version": "0.9.3",
"source": {
"type": "git",
"url": "https://github.com/padraic/mockery.git",
"reference": "95a4855380dc70176c51807c678fb3bd6198529a"
"reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/padraic/mockery/zipball/95a4855380dc70176c51807c678fb3bd6198529a",
"reference": "95a4855380dc70176c51807c678fb3bd6198529a",
"url": "https://api.github.com/repos/padraic/mockery/zipball/686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
"reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
"shasum": ""
},
"require": {
@@ -3147,7 +3151,7 @@
"test double",
"testing"
],
"time": "2014-09-03 10:11:10"
"time": "2014-12-22 10:06:19"
},
{
"name": "phpdocumentor/reflection-docblock",