Skip to content

Commit de0dd6f

Browse files
committed
Fixes versions
1 parent 9b75480 commit de0dd6f

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JBZoo / Composer-Graph
22

33
[![Build Status](https://travis-ci.org/JBZoo/Composer-Graph.svg?branch=master)](https://travis-ci.org/JBZoo/Composer-Graph) [![Coverage Status](https://coveralls.io/repos/JBZoo/Composer-Graph/badge.svg)](https://coveralls.io/github/JBZoo/Composer-Graph?branch=master) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Composer-Graph/coverage.svg)](https://shepherd.dev/github/JBZoo/Composer-Graph)
4-
[![Latest Stable Version](https://poser.pugx.org/JBZoo/Composer-Graph/v)](https://packagist.org/packages/JBZoo/Composer-Graph) [![Latest Unstable Version](https://poser.pugx.org/JBZoo/Composer-Graph/v/unstable)](https://packagist.org/packages/JBZoo/Composer-Graph) [![Dependents](https://poser.pugx.org/JBZoo/Composer-Graph/dependents)](https://packagist.org/packages/JBZoo/Composer-Graph/dependents?order_by=downloads) [![GitHub Issues](https://img.shields.io/github/issues/JBZoo/Composer-Graph)](https://github.com/JBZoo/Composer-Graph/issues) [![Total Downloads](https://poser.pugx.org/JBZoo/Composer-Graph/downloads)](https://packagist.org/packages/JBZoo/Composer-Graph/stats) [![GitHub License](https://img.shields.io/github/license/JBZoo/Composer-Graph)](https://github.com/JBZoo/Composer-Graph/blob/master/LICENSE)
4+
[![Stable Version](https://poser.pugx.org/jbzoo/composer-graph/version)](https://packagist.org/packages/jbzoo/composer-graph) [![Latest Unstable Version](https://poser.pugx.org/jbzoo/composer-graph/v/unstable)](https://packagist.org/packages/jbzoo/composer-graph) [![Dependents](https://poser.pugx.org/jbzoo/composer-graph/dependents)](https://packagist.org/packages/jbzoo/composer-graph/dependents?order_by=downloads) [![GitHub Issues](https://img.shields.io/github/issues/jbzoo/composer-graph)](https://github.com/JBZoo/Composer-Graph/issues) [![Total Downloads](https://poser.pugx.org/jbzoo/composer-graph/downloads)](https://packagist.org/packages/jbzoo/composer-graph/stats) [![GitHub License](https://img.shields.io/github/license/jbzoo/composer-graph)](https://github.com/JBZoo/Composer-Graph/blob/master/LICENSE)
55

66

77
## Installation

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414

1515
"require" : {
16-
"php" : ">=7.2",
16+
"php" : "^7.2",
1717
"jbzoo/data" : "^4.0.0",
1818
"jbzoo/mermaid-php" : "^2.0.0",
1919
"jbzoo/utils" : "^4.0.0",
@@ -22,7 +22,7 @@
2222
},
2323

2424
"require-dev" : {
25-
"jbzoo/toolbox-dev" : "^2.0.0",
25+
"jbzoo/toolbox-dev" : "^2.1.0",
2626
"symfony/process" : "^4.4||^5.0"
2727
},
2828

@@ -46,7 +46,7 @@
4646

4747
"extra" : {
4848
"branch-alias" : {
49-
"dev-master" : "1.0.x-dev"
49+
"dev-master" : "1.x-dev"
5050
}
5151
}
5252
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
/**
4+
* JBZoo Toolbox - Composer-Graph
5+
*
6+
* This file is part of the JBZoo Toolbox project.
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
9+
*
10+
* @package Composer-Graph
11+
* @license MIT
12+
* @copyright Copyright (C) JBZoo.com, All rights reserved.
13+
* @link https://github.com/JBZoo/Composer-Graph
14+
*/
15+
16+
namespace JBZoo\PHPUnit;
17+
18+
/**
19+
* Class ComposerGraphComposerTest
20+
*
21+
* @package JBZoo\PHPUnit
22+
*/
23+
class ComposerGraphComposerTest extends AbstractComposerTest
24+
{
25+
26+
}

0 commit comments

Comments
 (0)