Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeWaDev committed Jun 6, 2024
1 parent b55b1e7 commit 04a9dc4
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions composer.json
100755 → 100644
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"
}

0 comments on commit 04a9dc4

Please sign in to comment.