"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8a90404e7ab5a3257409a757dd322d7b",
+ "content-hash": "2bdd3ecd1c14aff8b1e4786ee9bf123c",
"packages": [
{
"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"
}
],
"packages-dev": [
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": {
- "andy128k/pegp": 20
- },
+ "stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {