Skip to content

Commit

Permalink
turn on release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferg1e committed Jul 12, 2014
1 parent 7284f8a commit 399756d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 73 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

pajamaSQL is a PHP SQL database layer.
It supports MySQL, PostgreSQL and SQLite.
The first release is still in development.
This README is incomplete.

## Documentation

Expand Down Expand Up @@ -39,7 +37,7 @@ Install using composer:
```javascript
{
"require": {
"pajamasql/pajamasql": "dev-master",
"pajamasql/pajamasql": "0.5.0",
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion test/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"pajamasql/pajamasql": "dev-master"
"pajamasql/pajamasql": "0.5.0"
},
"autoload": {
"psr-0": {"purple\\": "src/"},
Expand Down
69 changes: 0 additions & 69 deletions test/composer.lock

This file was deleted.

0 comments on commit 399756d

Please sign in to comment.