Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2017-11-06 14:57:42 +0300
committerAmenadiel <amenadiel@gmail.com>2017-11-06 14:57:42 +0300
commiteb55f7e8c6430fe6678b6de255dcf2221619e30e (patch)
tree52f94dcf3d1bbb8d328de3c8abe39abb793c6fcc
parent09cdae6e0cf9bd17089cafed51d52ddb9eb0688b (diff)
Tag v 6.0.0-beta.28 fixes wrong call to AlldbController::doDropv6.0.0-beta.28
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--composer.json2
-rw-r--r--composer.lock137
4 files changed, 71 insertions, 72 deletions
diff --git a/Makefile b/Makefile
index 503587fc..242a8870 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ update_version:
@echo "Current version is " ${VERSION}
@echo "Next version is " $(v)
sed -i s/"$(VERSION)"/"$(v)"/g composer.json
- composer update nothing --lock --root-reqs
+ composer update nothing --lock --root-reqs --no-dev
tag_and_push:
git add --all
diff --git a/README.md b/README.md
index 9b7b07a6..e43edc15 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ composer create-project huasofoundries/phppgadmin6 <FOLDER> *@beta
Alternatively, clone this repo and run (inside then folder where the project was cloned)
```sh
-composer install
+composer install --no-dev
```
diff --git a/composer.json b/composer.json
index c0012fbe..de06461d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-beta.27",
+ "version": "6.0.0-beta.28",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": "MIT",
diff --git a/composer.lock b/composer.lock
index 90c17da0..be185dbe 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "e75228ca3396febb3cd77703cfc00175",
- "content-hash": "0755ff915f95488559f2e6427dcd04f3",
+ "content-hash": "dcc601fcfe6edb734cb46d04311f7bf9",
"packages": [
{
"name": "adodb/adodb-php",
@@ -59,7 +58,7 @@
"library",
"php"
],
- "time": "2016-12-21 17:19:42"
+ "time": "2016-12-21T17:19:42+00:00"
},
{
"name": "container-interop/container-interop",
@@ -90,7 +89,7 @@
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop",
- "time": "2017-02-14 19:40:03"
+ "time": "2017-02-14T19:40:03+00:00"
},
{
"name": "kint-php/kint",
@@ -148,7 +147,7 @@
"kint",
"php"
],
- "time": "2017-07-03 20:08:05"
+ "time": "2017-07-03T20:08:05+00:00"
},
{
"name": "nikic/fast-route",
@@ -191,7 +190,7 @@
"router",
"routing"
],
- "time": "2017-01-19 11:35:12"
+ "time": "2017-01-19T11:35:12+00:00"
},
{
"name": "php-console/php-console",
@@ -242,7 +241,7 @@
"google chrome",
"php"
],
- "time": "2016-02-19 16:00:24"
+ "time": "2016-02-19T16:00:24+00:00"
},
{
"name": "pimple/pimple",
@@ -292,7 +291,7 @@
"container",
"dependency injection"
],
- "time": "2017-07-23 07:32:15"
+ "time": "2017-07-23T07:32:15+00:00"
},
{
"name": "psr/container",
@@ -341,7 +340,7 @@
"container-interop",
"psr"
],
- "time": "2017-02-14 16:28:37"
+ "time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-message",
@@ -391,7 +390,7 @@
"request",
"response"
],
- "time": "2016-08-06 14:39:51"
+ "time": "2016-08-06T14:39:51+00:00"
},
{
"name": "slim/slim",
@@ -462,7 +461,7 @@
"micro",
"router"
],
- "time": "2017-03-19 17:55:20"
+ "time": "2017-03-19T17:55:20+00:00"
},
{
"name": "slim/twig-view",
@@ -512,7 +511,7 @@
"twig",
"view"
],
- "time": "2016-03-13 20:58:41"
+ "time": "2016-03-13T20:58:41+00:00"
},
{
"name": "twig/twig",
@@ -577,7 +576,7 @@
"keywords": [
"templating"
],
- "time": "2017-07-04 13:19:31"
+ "time": "2017-07-04T13:19:31+00:00"
}
],
"packages-dev": [
@@ -638,7 +637,7 @@
"gherkin",
"parser"
],
- "time": "2016-10-30 11:50:56"
+ "time": "2016-10-30T11:50:56+00:00"
},
{
"name": "codeception/codeception",
@@ -733,7 +732,7 @@
"functional testing",
"unit testing"
],
- "time": "2017-08-10 20:28:02"
+ "time": "2017-08-10T20:28:02+00:00"
},
{
"name": "doctrine/annotations",
@@ -801,7 +800,7 @@
"docblock",
"parser"
],
- "time": "2017-02-24 16:22:25"
+ "time": "2017-02-24T16:22:25+00:00"
},
{
"name": "doctrine/instantiator",
@@ -855,7 +854,7 @@
"constructor",
"instantiate"
],
- "time": "2015-06-14 21:17:01"
+ "time": "2015-06-14T21:17:01+00:00"
},
{
"name": "doctrine/lexer",
@@ -909,7 +908,7 @@
"lexer",
"parser"
],
- "time": "2014-09-09 13:34:57"
+ "time": "2014-09-09T13:34:57+00:00"
},
{
"name": "facebook/webdriver",
@@ -958,7 +957,7 @@
"selenium",
"webdriver"
],
- "time": "2017-01-13 15:48:08"
+ "time": "2017-01-13T15:48:08+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
@@ -1041,7 +1040,7 @@
}
],
"description": "A tool to automatically fix PHP code style",
- "time": "2017-07-18 15:35:40"
+ "time": "2017-07-18T15:35:40+00:00"
},
{
"name": "gecko-packages/gecko-php-unit",
@@ -1080,7 +1079,7 @@
"filesystem",
"phpunit"
],
- "time": "2017-06-20 11:22:48"
+ "time": "2017-06-20T11:22:48+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -1145,7 +1144,7 @@
"rest",
"web service"
],
- "time": "2017-06-22 18:50:49"
+ "time": "2017-06-22T18:50:49+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -1196,7 +1195,7 @@
"keywords": [
"promise"
],
- "time": "2016-12-20 10:07:11"
+ "time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
@@ -1261,7 +1260,7 @@
"uri",
"url"
],
- "time": "2017-03-20 17:10:46"
+ "time": "2017-03-20T17:10:46+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -1303,7 +1302,7 @@
"object",
"object graph"
],
- "time": "2017-04-12 18:52:22"
+ "time": "2017-04-12T18:52:22+00:00"
},
{
"name": "paragonie/random_compat",
@@ -1351,7 +1350,7 @@
"pseudorandom",
"random"
],
- "time": "2017-03-13 16:27:32"
+ "time": "2017-03-13T16:27:32+00:00"
},
{
"name": "phar-io/manifest",
@@ -1406,7 +1405,7 @@
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
- "time": "2017-03-05 18:14:27"
+ "time": "2017-03-05T18:14:27+00:00"
},
{
"name": "phar-io/version",
@@ -1453,7 +1452,7 @@
}
],
"description": "Library for handling version information and constraints",
- "time": "2017-03-05 17:38:23"
+ "time": "2017-03-05T17:38:23+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -1507,7 +1506,7 @@
"reflection",
"static analysis"
],
- "time": "2015-12-27 11:43:31"
+ "time": "2015-12-27T11:43:31+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
@@ -1552,7 +1551,7 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "time": "2017-08-08 06:39:58"
+ "time": "2017-08-08T06:39:58+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@@ -1599,7 +1598,7 @@
"email": "me@mikevanriel.com"
}
],
- "time": "2017-06-03 08:32:36"
+ "time": "2017-06-03T08:32:36+00:00"
},
{
"name": "phpspec/prophecy",
@@ -1662,7 +1661,7 @@
"spy",
"stub"
],
- "time": "2017-03-02 20:05:34"
+ "time": "2017-03-02T20:05:34+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -1726,7 +1725,7 @@
"testing",
"xunit"
],
- "time": "2017-08-03 12:40:43"
+ "time": "2017-08-03T12:40:43+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -1773,7 +1772,7 @@
"filesystem",
"iterator"
],
- "time": "2016-10-03 07:40:28"
+ "time": "2016-10-03T07:40:28+00:00"
},
{
"name": "phpunit/php-text-template",
@@ -1814,7 +1813,7 @@
"keywords": [
"template"
],
- "time": "2015-06-21 13:50:34"
+ "time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
@@ -1863,7 +1862,7 @@
"keywords": [
"timer"
],
- "time": "2017-02-26 11:10:40"
+ "time": "2017-02-26T11:10:40+00:00"
},
{
"name": "phpunit/php-token-stream",
@@ -1912,7 +1911,7 @@
"keywords": [
"tokenizer"
],
- "time": "2017-08-03 14:17:41"
+ "time": "2017-08-03T14:17:41+00:00"
},
{
"name": "phpunit/phpunit",
@@ -1996,7 +1995,7 @@
"testing",
"xunit"
],
- "time": "2017-08-03 13:59:28"
+ "time": "2017-08-03T13:59:28+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
@@ -2055,7 +2054,7 @@
"mock",
"xunit"
],
- "time": "2017-08-03 14:08:16"
+ "time": "2017-08-03T14:08:16+00:00"
},
{
"name": "psr/log",
@@ -2102,7 +2101,7 @@
"psr",
"psr-3"
],
- "time": "2016-10-10 12:19:37"
+ "time": "2016-10-10T12:19:37+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@@ -2147,7 +2146,7 @@
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
- "time": "2017-03-04 06:30:41"
+ "time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
@@ -2211,7 +2210,7 @@
"compare",
"equality"
],
- "time": "2017-03-03 06:26:08"
+ "time": "2017-03-03T06:26:08+00:00"
},
{
"name": "sebastian/diff",
@@ -2263,7 +2262,7 @@
"keywords": [
"diff"
],
- "time": "2017-05-22 07:24:03"
+ "time": "2017-05-22T07:24:03+00:00"
},
{
"name": "sebastian/environment",
@@ -2313,7 +2312,7 @@
"environment",
"hhvm"
],
- "time": "2017-07-01 08:51:00"
+ "time": "2017-07-01T08:51:00+00:00"
},
{
"name": "sebastian/exporter",
@@ -2380,7 +2379,7 @@
"export",
"exporter"
],
- "time": "2017-04-03 13:19:02"
+ "time": "2017-04-03T13:19:02+00:00"
},
{
"name": "sebastian/global-state",
@@ -2431,7 +2430,7 @@
"keywords": [
"global state"
],
- "time": "2017-04-27 15:39:26"
+ "time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
@@ -2478,7 +2477,7 @@
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
- "time": "2017-08-03 12:35:26"
+ "time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
@@ -2523,7 +2522,7 @@
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
- "time": "2017-03-29 09:07:27"
+ "time": "2017-03-29T09:07:27+00:00"
},
{
"name": "sebastian/recursion-context",
@@ -2576,7 +2575,7 @@
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "time": "2017-03-03 06:23:57"
+ "time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
@@ -2618,7 +2617,7 @@
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
- "time": "2015-07-28 20:34:47"
+ "time": "2015-07-28T20:34:47+00:00"
},
{
"name": "sebastian/version",
@@ -2661,7 +2660,7 @@
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
- "time": "2016-10-03 07:35:21"
+ "time": "2016-10-03T07:35:21+00:00"
},
{
"name": "stecman/symfony-console-completion",
@@ -2706,7 +2705,7 @@
}
],
"description": "Automatic BASH completion for Symfony Console Component based applications.",
- "time": "2016-02-24 05:08:54"
+ "time": "2016-02-24T05:08:54+00:00"
},
{
"name": "symfony/browser-kit",
@@ -2763,7 +2762,7 @@
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
- "time": "2017-07-12 13:03:20"
+ "time": "2017-07-12T13:03:20+00:00"
},
{
"name": "symfony/console",
@@ -2832,7 +2831,7 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2017-07-29 21:27:59"
+ "time": "2017-07-29T21:27:59+00:00"
},
{
"name": "symfony/css-selector",
@@ -2885,7 +2884,7 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
- "time": "2017-05-01 15:01:29"
+ "time": "2017-05-01T15:01:29+00:00"
},
{
"name": "symfony/debug",
@@ -2941,7 +2940,7 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
- "time": "2017-07-28 15:27:31"
+ "time": "2017-07-28T15:27:31+00:00"
},
{
"name": "symfony/dom-crawler",
@@ -2997,7 +2996,7 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
- "time": "2017-05-25 23:10:31"
+ "time": "2017-05-25T23:10:31+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -3060,7 +3059,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
- "time": "2017-06-09 14:53:08"
+ "time": "2017-06-09T14:53:08+00:00"
},
{
"name": "symfony/filesystem",
@@ -3109,7 +3108,7 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
- "time": "2017-07-11 07:17:58"
+ "time": "2017-07-11T07:17:58+00:00"
},
{
"name": "symfony/finder",
@@ -3158,7 +3157,7 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
- "time": "2017-06-01 21:01:25"
+ "time": "2017-06-01T21:01:25+00:00"
},
{
"name": "symfony/options-resolver",
@@ -3212,7 +3211,7 @@
"configuration",
"options"
],
- "time": "2017-04-12 14:14:56"
+ "time": "2017-04-12T14:14:56+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@@ -3271,7 +3270,7 @@
"portable",
"shim"
],
- "time": "2017-06-14 15:44:48"
+ "time": "2017-06-14T15:44:48+00:00"
},
{
"name": "symfony/polyfill-php70",
@@ -3330,7 +3329,7 @@
"portable",
"shim"
],
- "time": "2017-06-14 15:44:48"
+ "time": "2017-06-14T15:44:48+00:00"
},
{
"name": "symfony/polyfill-php72",
@@ -3385,7 +3384,7 @@
"portable",
"shim"
],
- "time": "2017-07-11 13:25:55"
+ "time": "2017-07-11T13:25:55+00:00"
},
{
"name": "symfony/process",
@@ -3434,7 +3433,7 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
- "time": "2017-07-13 13:05:09"
+ "time": "2017-07-13T13:05:09+00:00"
},
{
"name": "symfony/stopwatch",
@@ -3483,7 +3482,7 @@
],
"description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
- "time": "2017-04-12 14:14:56"
+ "time": "2017-04-12T14:14:56+00:00"
},
{
"name": "symfony/yaml",
@@ -3538,7 +3537,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
- "time": "2017-07-23 12:43:26"
+ "time": "2017-07-23T12:43:26+00:00"
},
{
"name": "theseer/tokenizer",
@@ -3578,7 +3577,7 @@
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
- "time": "2017-04-07 12:08:54"
+ "time": "2017-04-07T12:08:54+00:00"
},
{
"name": "webmozart/assert",
@@ -3628,7 +3627,7 @@
"check",
"validate"
],
- "time": "2016-11-23 20:04:58"
+ "time": "2016-11-23T20:04:58+00:00"
}
],
"aliases": [],