"pear/archive_tar": "1.3.*",
"doctrine/dbal": "v2.5.13",
"d11wtq/boris": "dev-master",
- "andy128k/missing-tools": "0.2.*@dev",
+ "andy128k/missing-tools": "0.2",
"andy128k/migrations": "dev-master",
- "andy128k/pegp": "0.1.*@dev",
+ "andy128k/pegp": "0.2",
"andy128k/routeexpression": "dev-master",
"andy128k/ipf-legacy-template": "dev-master"
},
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "79837da54a36204e6bdf7388ad043a9b",
+ "content-hash": "cd927b285c7cffa018f2a5a7bbbe9b0b",
"packages": [
{
"name": "andy128k/ipf-legacy-template",
},
{
"name": "andy128k/missing-tools",
- "version": "0.2.x-dev",
+ "version": "0.2",
"source": {
"type": "git",
- "url": "git://git.andy128k.net/missing-tools.git",
- "reference": "5e4d636d7de3ee2cd6037e82f733950dda88a8b5"
+ "url": "https://github.com/andy128k/missing-tools.git",
+ "reference": "5d1ceab2d8b79e9b3823d1444dcff03ca3beebec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/andy128k/missing-tools/zipball/5d1ceab2d8b79e9b3823d1444dcff03ca3beebec",
+ "reference": "5d1ceab2d8b79e9b3823d1444dcff03ca3beebec",
+ "shasum": ""
},
"require": {
- "andy128k/pegp": "0.1.*@dev",
+ "andy128k/pegp": "0.2",
"php": ">=5.3"
},
"require-dev": {
"src/"
]
},
- "scripts": {
- "test": [
- "phpunit ./t"
- ]
- },
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
}
],
"description": "Miscellaneous utilities",
- "time": "2019-03-10T17:05:21+00:00"
+ "time": "2019-03-17T13:31:26+00:00"
},
{
"name": "andy128k/pegp",
- "version": "0.1.x-dev",
+ "version": "0.2",
"source": {
"type": "git",
- "url": "git://git.andy128k.net/pegp.git",
- "reference": "5587cad497f1abb543cd04f40a89584ffeccc729"
+ "url": "https://github.com/andy128k/pegp.git",
+ "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/andy128k/pegp/zipball/7f4c5a065dec027c4362d346dc7b3995ddb3067f",
+ "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.6"
},
"require-dev": {
- "phpunit/phpunit": "4.4.*"
+ "phpunit/phpunit": "~8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.x-dev"
- }
- },
"autoload": {
- "classmap": [
- "src/"
- ]
+ "psr-4": {
+ "Pegp\\": "src/"
+ }
},
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"email": "andy128k@gmail.com"
}
],
- "description": "PEG",
- "time": "2015-01-11T10:39:21+00:00"
+ "description": "Library to construct PEG parsers",
+ "time": "2019-03-17T13:12:33+00:00"
},
{
"name": "andy128k/routeexpression",
"minimum-stability": "dev",
"stability-flags": {
"d11wtq/boris": 20,
- "andy128k/missing-tools": 20,
"andy128k/migrations": 20,
- "andy128k/pegp": 20,
"andy128k/routeexpression": 20,
"andy128k/ipf-legacy-template": 20
},