Skip to content

Commit 04a9dc4

Browse files
committed
Bump version to v2.0.0
1 parent b55b1e7 commit 04a9dc4

File tree

1 file changed

+33
-26
lines changed

1 file changed

+33
-26
lines changed

composer.json

100755100644
Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
{
2-
"name": "maplephp/query",
3-
"type": "library",
4-
"description": "MaplePHP - MySQL queries is a powerful yet user-friendly library for making safe database queries",
5-
"keywords": ["database", "query", "fetch", "mysql", "mysqli"],
6-
"homepage": "https://wazabii.se",
7-
"license": "Apache-2.0",
8-
"authors": [
9-
{
10-
"name": "Daniel Ronkainen",
11-
"email": "daniel.ronkainen@wazabii.se"
12-
},
13-
{
14-
"name": "MaplePHP",
15-
"homepage": "https://wazabii.se"
16-
}
17-
],
18-
"require": {
19-
"php": ">=8.0",
20-
"maplephp/dto": "^1.0"
2+
"name": "maplephp/query",
3+
"type": "library",
4+
"description": "MaplePHP - MySQL queries is a powerful yet user-friendly library for making safe database queries",
5+
"keywords": [
6+
"database",
7+
"query",
8+
"fetch",
9+
"mysql",
10+
"mysqli"
11+
],
12+
"homepage": "https://wazabii.se",
13+
"license": "Apache-2.0",
14+
"authors": [
15+
{
16+
"name": "Daniel Ronkainen",
17+
"email": "daniel.ronkainen@wazabii.se"
2118
},
22-
"autoload": {
23-
"psr-4": {
24-
"MaplePHP\\Query\\": ""
25-
}
26-
},
27-
"minimum-stability": "dev"
28-
}
19+
{
20+
"name": "MaplePHP",
21+
"homepage": "https://wazabii.se"
22+
}
23+
],
24+
"require": {
25+
"php": ">=8.0",
26+
"maplephp/dto": "^1.0"
27+
},
28+
"autoload": {
29+
"psr-4": {
30+
"MaplePHP\\Query\\": ""
31+
}
32+
},
33+
"minimum-stability": "dev",
34+
"version": "v2.0.0"
35+
}

0 commit comments

Comments
 (0)