File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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
4646
4747 "extra" : {
4848 "branch-alias" : {
49- "dev-master" : " 1.0. x-dev"
49+ "dev-master" : " 1.x-dev"
5050 }
5151 }
5252}
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments