We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b223d9 commit c16f6daCopy full SHA for c16f6da
2 files changed
info.json
@@ -1,7 +1,7 @@
1
{
2
"name": "SimpleGUI",
3
- "version": "1.0.1",
4
- "api": 2,
+ "version": "1.0.2",
+ "api": 4,
5
"description": "The GUI SDK based on php-gui for SimpleFramework.",
6
"author": "PeratX",
7
"main": "PeratX\\SimpleGUI\\SimpleGUI",
src/PeratX/SimpleGUI/SimpleGUI.php
@@ -15,7 +15,7 @@
15
16
use Gui\Application;
17
use Gui\Output;
18
-use sf\module\Module;
+use PeratX\SimpleFramework\Module\Module;
19
20
class SimpleGUI extends Module{
21
0 commit comments