Skip to content

Commit

Permalink
update and delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldoni committed Nov 6, 2018
1 parent d179a55 commit 152ccaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,15 @@ echo $demo2->firstName;
var_dump($demo1 instanceof Demo::class); // TRUE
var_dump($demo2 instanceof Demo::class); // TRUE
```
## Versioning
## Unit Test

We use 1.3.0

We use 1.2.2
## Versioning

```sh
./vendor/bin/phpunit
```
## Authors

* **Goldoni Fouotsa** - *Initial work*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goldoni/php7.2-query-builder",
"description": "This PHP library is responsible for building SQL query strings via an object oriented PHP interface.",
"description": "This PHP library is responsible for building SQL query strings, Paginate and Hydration via an object oriented PHP interface.",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 152ccaf

Please sign in to comment.