Skip to content

Commit

Permalink
Fixes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 14, 2020
1 parent ac11e71 commit e8c74cf
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JBZoo / Data

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


An extended version of the [ArrayObject](http://php.net/manual/en/class.arrayobject.php) object for working with system settings or just for working with data arrays.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^2.0.0",
"jbzoo/toolbox-dev" : "^2.1.0",
"jbzoo/utils" : "^4.0.0",
"symfony/yaml" : "^4.4||^5.0"
},
Expand Down Expand Up @@ -49,7 +49,7 @@

"extra" : {
"branch-alias" : {
"dev-master" : "4.0.x-dev"
"dev-master" : "4.x-dev"
}
}
}
27 changes: 27 additions & 0 deletions tests/DataComposerTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

/**
* JBZoo Toolbox - Data
*
* This file is part of the JBZoo Toolbox project.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Data
* @license MIT
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/Data
* @author Denis Smetannikov <[email protected]>
*/

namespace JBZoo\PHPUnit;

/**
* Class DataComposerTest
*
* @package JBZoo\PHPUnit
*/
class DataComposerTest extends AbstractComposerTest
{

}

0 comments on commit e8c74cf

Please sign in to comment.