Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mazanax committed Apr 19, 2021
1 parent 46ab48b commit 78aa1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg?style=flat-square)](https://php.net/)
[![Latest Stable Version](https://poser.pugx.org/mazanax/composer-project-version/v/stable)](https://packagist.org/packages/mazanax/composer-project-versionpaginator)
[![Build Status](https://travis-ci.org/mazanax/paginator.svg?branch=master)](https://travis-ci.org/mazanax/composer-project-version)
[![codecov](https://codecov.io/gh/mazanax/composer-project-version/branch/master/graph/badge.svg)](https://codecov.io/gh/mazanax/composer-project-version)
[![Build Status](https://travis-ci.com/mazanax/composer-package-version.svg?branch=master&status=started)](https://travis-ci.com/github/mazanax/composer-package-version)
[![codecov](https://codecov.io/gh/mazanax/composer-package-version/branch/master/graph/badge.svg?token=dZRpIiX3kg)](https://codecov.io/gh/mazanax/composer-package-version)

# Composer Package Version
Helper function to get a current version from `composer.json` file in your project
Expand All @@ -15,7 +15,7 @@ Helper function to get a current version from `composer.json` file in your proje
```php
<?php

$packageVersion = \MZNX\ComposerPackageVersion\PackageVersion::init(__DIR__ . '/path/to/composer.json')
$packageVersion = \MZNX\ComposerPackageVersion\PackageVersion::init(__DIR__ . '/path/to/composer.json');
$version = $packageVersion->getVersion();
```

Expand Down

0 comments on commit 78aa1ae

Please sign in to comment.