Skip to content

Commit a1bc7eb

Browse files
Minor update
1 parent 22b5367 commit a1bc7eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+296
-493
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.env.testing
44
.env
55

6-
/docs/phpDocumentor.phar
76
.phpunit.result.cache
87
./vendor
98
.phpdoc

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
> to securely and efficiently interact with, manage and manipulate their databases with a simple,
55
> and intuitive API.
66
7-
Please note that this library is still in heavy development stages and is **not yet ready**
8-
for production use.
7+
Please take note that this project is a proof of concept. I am toying with the idea of building a
8+
versatile Query Builder and ORM that fits the basic needs of small applications. It is not production
9+
ready, if it will be. We'll see where it, and how goes. If it develops into something really cool and
10+
useful, that'd be awesome!
911

1012
| Travis | API Docs | Wiki Pages |
1113
|-------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|----------------------------------------------------------------|

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "0.0.1",
88
"require": {
99
"ext-pdo": "*",
10-
"php": "^8.1"
10+
"php": "^8.2"
1111
},
1212
"require-dev": {
1313
"ext-curl": "*",
@@ -24,6 +24,7 @@
2424
"optimize-autoloader": true
2525
},
2626
"autoload": {
27+
"files": [ "src/Helper.php" ],
2728
"psr-4": {
2829
"DatabaseFactory\\": "src",
2930
"Tests\\": "tests"

composer.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)