Skip to content

Commit 6d89ee6

Browse files
committed
beta version
1 parent 0708fc5 commit 6d89ee6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/.idea
1+
/.idea
2+
/.idea/*
3+
/.orm.sqlite3.db

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "zzfly256/PHP-QuickORM",
2+
"name": "zzfly256/php-quickorm",
33
"description": "a simple PHP ORM framework",
4-
"type": "library",
54
"license": "MIT",
65
"authors": [
76
{
87
"name": "Rytia",
98
"email": "admin@zzfly.net"
109
}
1110
],
12-
"require": {},
11+
"require": {
12+
"php": ">=7.0"
13+
},
1314
"autoload": {
1415
"psr-4": {
1516
"Model\\": "App/Model/",

0 commit comments

Comments
 (0)