Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Release V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Apr 22, 2014
1 parent a531d65 commit a44f07e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add package to your composer.json:
```json
{
"require": {
"timetoogo/pinq": "dev-master"
"timetoogo/pinq": "~1.0"
}
}
```
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
"description": "PHP Integrated query - A real Linq for PHP",
"keywords": ["collection", "query", "pinq"],
"homepage": "http://www.github.com/TimeToogo/Pinq",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Elliot Levin",
"email": "elliot@aanet.com.au"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"nikic/php-parser": "0.9.4"
},
"suggest": {
"doctrine/cache": "In-memory caching for parsed function (Recommended for optimal performance)"
"doctrine/cache": "In-memory caching components for parsed function (Recommended for optimal performance)"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "0.6.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a44f07e

Please sign in to comment.