This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nick Maietta
committed
Jun 8, 2021
0 parents
commit 3d28429
Showing
160 changed files
with
11,204 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Abuty! Plugin for Fat Free Framework | ||
|
||
** A work in progress ** | ||
|
||
Fat Free Framework plugin provides additional superpowers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "premoweb/abuty", | ||
"description": "Abuty! Gives your Fat Free Framework additional superpowers.", | ||
"homepage": "https://abuty.com/", | ||
"type": "f3-plugin", | ||
"require": { | ||
"bcosca/fatfree-core": "^3.7.3", | ||
"ikkez/f3-events": "^v1.0.2", | ||
"mobiledetect/mobiledetectlib": "^2.8", | ||
"delight-im/auth": "^v8.3.0" | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Nick Maietta", | ||
"email": "nick@premoweb.com", | ||
"homepage": "https://abuty.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"autoload": { | ||
"files": [ | ||
"src/index.php" | ||
] | ||
}, | ||
"config": { | ||
"vendor-dir": "vendor/" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.