Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jan 29, 2014
2 parents c0f6696 + 0276ccf commit 09a1c22
Show file tree
Hide file tree
Showing 34 changed files with 127 additions and 119 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
#
language: php

php: ["5.3", "5.4", "5.5"]
php: ["5.3", "5.4", "5.5", "hhvm"]

matrix:
allow_failures:
- php: hhvm

env:
global:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Constance changelog

## 0.1.1 (2014-01-29)

- **[MAINTENANCE]** General repository maintenance

## 0.1.0 (2013-11-11)

- **[NEW]** Initial implementation.
- **[NEW]** Initial implementation
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2013 Erin Millard
Copyright © 2014 Erin Millard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

*PHP constants as enumerations.*

[![Build status]][Latest build]
[![Test coverage]][Test coverage report]
[![Uses semantic versioning]][SemVer]
[![The most recent stable version is 0.1.1][version-image]][Semantic versioning]
[![Current build status image][build-image]][Current build status]
[![Current coverage status image][coverage-image]][Current coverage status]

## Installation and documentation

Expand Down Expand Up @@ -177,11 +177,11 @@ includes strict standards warnings for the current run-time environment.
[PHP error levels]: http://www.php.net/manual/en/errorfunc.constants.php

[API documentation]: http://lqnt.co/constance/artifacts/documentation/api/
[Build status]: https://api.travis-ci.org/eloquent/constance.png?branch=master
[Composer]: http://getcomposer.org/
[build-image]: http://img.shields.io/travis/eloquent/constance/develop.svg "Current build status for the develop branch"
[Current build status]: https://travis-ci.org/eloquent/constance
[coverage-image]: http://img.shields.io/coveralls/eloquent/constance/develop.svg "Current test coverage for the develop branch"
[Current coverage status]: https://coveralls.io/r/eloquent/constance
[eloquent/constance]: https://packagist.org/packages/eloquent/constance
[Latest build]: https://travis-ci.org/eloquent/constance
[SemVer]: http://semver.org/
[Test coverage report]: https://coveralls.io/r/eloquent/constance
[Test coverage]: https://coveralls.io/repos/eloquent/constance/badge.png?branch=master
[Uses semantic versioning]: http://b.repl.ca/v1/semver-yes-brightgreen.png
[Semantic versioning]: http://semver.org/
[version-image]: http://img.shields.io/:semver-0.1.1-brightgreen.svg "This project uses semantic versioning"
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"icecave/archer": "~1"
},
"autoload": {
"psr-0": {
"Eloquent\\Constance": "src"
"psr-4": {
"Eloquent\\Constance\\": "src"
}
}
}
Loading

0 comments on commit 09a1c22

Please sign in to comment.