Skip to content

Commit 7e5ef8b

Browse files
committed
Rename StormQL to LightQL
Preparing the ElementaryFramework project
1 parent e286b31 commit 7e5ef8b

File tree

3 files changed

+109
-109
lines changed

3 files changed

+109
-109
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# StormQL
1+
# LightQL
22

33
The lightweight PHP ORM
44

5-
StormQL is a minimal database management class, which will help you communicate with
5+
LightQL is a minimal database management class, which will help you communicate with
66
your preferred DBMS in PHP through PDO.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "elementaryframework/stormql",
2+
"name": "elementaryframework/light-ql",
33
"description": "The lightweight PHP ORM",
44
"type": "library",
55
"require-dev": {
@@ -22,7 +22,7 @@
2222
],
2323
"autoload": {
2424
"psr-4": {
25-
"StormQL\\": "StormQL/"
25+
"LightQL\\": "src/LightQL/"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)