Skip to content

Commit

Permalink
Suppoerted PHP 7 (#14)
Browse files Browse the repository at this point in the history
- Suppoerted PHP 7
- Added a Scrutinizer badge
  • Loading branch information
SamAsEnd authored Sep 3, 2016
1 parent 625d137 commit 63f134f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

install: travis_retry composer install --no-interaction --prefer-source
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Total Downloads](https://poser.pugx.org/andegna/calender/d/total.svg)](https://packagist.org/packages/andegna/calender)
[![Latest Stable Version](https://poser.pugx.org/andegna/calender/v/stable.svg)](https://packagist.org/packages/andegna/calender)
[![Latest Unstable Version](https://poser.pugx.org/andegna/calender/v/unstable.svg)](https://packagist.org/packages/andegna/calender)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/andegna/calender/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/andegna/calender/?branch=master)
[![License](https://poser.pugx.org/andegna/calender/license.svg)](https://packagist.org/packages/andegna/calender)

A set of functions to convert between Ethiopian calender and the Julian Day Number.
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": " >= 5.3.3"
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand All @@ -21,5 +21,10 @@
"Andegna\\": "src/",
"Andegna\\PHPUnit\\": "test/"
}
},
"extra": {
"branch-alias": {
"develop": "2.0-dev"
}
}
}

0 comments on commit 63f134f

Please sign in to comment.