-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b55b1e7
commit 04a9dc4
Showing
1 changed file
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
{ | ||
"name": "maplephp/query", | ||
"type": "library", | ||
"description": "MaplePHP - MySQL queries is a powerful yet user-friendly library for making safe database queries", | ||
"keywords": ["database", "query", "fetch", "mysql", "mysqli"], | ||
"homepage": "https://wazabii.se", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Ronkainen", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "MaplePHP", | ||
"homepage": "https://wazabii.se" | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.0", | ||
"maplephp/dto": "^1.0" | ||
"name": "maplephp/query", | ||
"type": "library", | ||
"description": "MaplePHP - MySQL queries is a powerful yet user-friendly library for making safe database queries", | ||
"keywords": [ | ||
"database", | ||
"query", | ||
"fetch", | ||
"mysql", | ||
"mysqli" | ||
], | ||
"homepage": "https://wazabii.se", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Ronkainen", | ||
"email": "[email protected]" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"MaplePHP\\Query\\": "" | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} | ||
{ | ||
"name": "MaplePHP", | ||
"homepage": "https://wazabii.se" | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.0", | ||
"maplephp/dto": "^1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"MaplePHP\\Query\\": "" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"version": "v2.0.0" | ||
} |