Skip to content

Commit 8b9a040

Browse files
committed
composer
0 parents  commit 8b9a040

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "appel/laravel-sqlite-functions",
3+
"description": "A polyfill for various SQL functions that SQLite doesn't natively support.",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "avrahamappel",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)