summaryrefslogtreecommitdiff
path: root/src/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/composer.lock')
-rw-r--r--src/composer.lock50
1 files changed, 48 insertions, 2 deletions
diff --git a/src/composer.lock b/src/composer.lock
index 048b760..16b5256 100644
--- a/src/composer.lock
+++ b/src/composer.lock
@@ -4,9 +4,53 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "6a9be35a60a5746ba957ae334c8f378a",
+ "content-hash": "d16e6b613e1bf8bf4fe62234fa37325f",
"packages": [
{
+ "name": "andig/php-shunting-yard",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/andig/php-shunting-yard.git",
+ "reference": "18109b60ce04338abdac0cf7d72ef07d4414d21c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/andig/php-shunting-yard/zipball/18109b60ce04338abdac0cf7d72ef07d4414d21c",
+ "reference": "18109b60ce04338abdac0cf7d72ef07d4414d21c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0"
+ },
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "RR\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Refactored repack of https://github.com/droptable/php-shunting-yard",
+ "homepage": "https://github.com/andig/php-shunting-yard",
+ "keywords": [
+ "equation",
+ "math",
+ "shunting yard"
+ ],
+ "support": {
+ "issues": "https://github.com/andig/php-shunting-yard/issues",
+ "source": "https://github.com/andig/php-shunting-yard/tree/master"
+ },
+ "time": "2019-03-12T16:50:30+00:00"
+ },
+ {
"name": "doctrine/lexer",
"version": "3.0.1",
"source": {
@@ -1142,7 +1186,9 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {
+ "andig/php-shunting-yard": 20
+ },
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],