Skip to content

Commit d13abfc

Browse files
authored
Merge pull request #113 from WebFiori/release-please--branches--main
chore(main): release 1.1.0
2 parents 6389f8b + 55bbb11 commit d13abfc

File tree

2 files changed

+46
-39
lines changed

2 files changed

+46
-39
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/WebFiori/database/compare/v1.0.0...v1.1.0) (2025-09-29)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Release 1.1.0 ([6389f8b](https://github.com/WebFiori/database/commit/6389f8b762c1c56eb685fecd1c7328d0a1099fe6))
9+
310
## [1.0.0](https://github.com/WebFiori/database/compare/v0.10.0...v1.0.0) (2025-09-23)
411

512

@@ -55,4 +62,4 @@
5562

5663
### Bug Fixes
5764

58-
* Added Missing Error Code in Exception ([d8adc32](https://github.com/WebFiori/database/commit/d8adc321a6bfca7753f1c2539c391b5c12cd4795))
65+
* Added Missing Error Code in Exception ([d8adc32](https://github.com/WebFiori/database/commit/d8adc321a6bfca7753f1c2539c391b5c12cd4795))

composer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
{
2-
"name": "webfiori/database",
3-
"description": "Database abstraction layer of WebFiori framework.",
4-
"type": "library",
5-
"version": "1.0.0",
6-
"keywords": [
7-
"Database",
8-
"PHP",
9-
"Query Builder",
10-
"Library",
11-
"MySQL"
12-
],
13-
"license": "MIT",
14-
"require": {
15-
"php": ">=8.1",
16-
"ext-mysqli": "*",
17-
"ext-sqlsrv": "*",
18-
"webfiori/jsonx": "*"
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": "^10",
22-
"friendsofphp/php-cs-fixer": "^3.86"
23-
},
24-
"scripts": {
25-
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
26-
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
27-
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"
28-
},
29-
"autoload": {
30-
"psr-4": {
31-
"WebFiori\\Database\\": "WebFiori/Database"
32-
}
33-
},
34-
"autoload-dev": {
35-
"psr-4": {
36-
"WebFiori\\Tests\\": "tests/WebFiori/Tests"
37-
}
38-
}
1+
{
2+
"name": "webfiori/database",
3+
"description": "Database abstraction layer of WebFiori framework.",
4+
"type": "library",
5+
"version": "1.1.0",
6+
"keywords": [
7+
"Database",
8+
"PHP",
9+
"Query Builder",
10+
"Library",
11+
"MySQL"
12+
],
13+
"license": "MIT",
14+
"require": {
15+
"php": ">=8.1",
16+
"ext-mysqli": "*",
17+
"ext-sqlsrv": "*",
18+
"webfiori/jsonx": "*"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": "^10",
22+
"friendsofphp/php-cs-fixer": "^3.86"
23+
},
24+
"scripts": {
25+
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
26+
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
27+
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"
28+
},
29+
"autoload": {
30+
"psr-4": {
31+
"WebFiori\\Database\\": "WebFiori/Database"
32+
}
33+
},
34+
"autoload-dev": {
35+
"psr-4": {
36+
"WebFiori\\Tests\\": "tests/WebFiori/Tests"
37+
}
38+
}
3939
}

0 commit comments

Comments
 (0)