Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rlzdesenv authored Oct 20, 2022
1 parent d2e02ce commit 62f9af8
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{
"name": "opis/database",
"description": "A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder",
"keywords": ["database", "query", "abstraction layer", "mysql", "postgre", "sql", "sqlite", "query builder", "schema builder"],
"homepage": "https://opis.io/database",
"license": "Apache-2.0",
"name": "rlzdesenv/opis-database",
"description": "RLZ Opis Database",
"license": "BSD-3-Clause",
"type": "library",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Marius Sarca",
"email": "[email protected]"
},
{
"name": "Sorin Sarca",
"email": "[email protected]"
}
"authors": [
{
"name": "RLZ Informática LTDA",
"email": "[email protected]"
}
],
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down

0 comments on commit 62f9af8

Please sign in to comment.