Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intersecato committed Mar 16, 2024
1 parent a57f001 commit c405a45
Show file tree
Hide file tree
Showing 49 changed files with 4,989 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.idea
/vendor
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "intersecato/luckperms",
"description": "Libreria PHP per le REST API di LuckPerms",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "intersecato",
"email": "business@intersecato.it"
}
],
"require": {
"guzzlehttp/guzzle": "7.8.1",
"illuminate/collections": "9.52.16",
"illuminate/container": "9.52.16"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"symfony/var-dumper": "6.4.4",
"phpstan/phpstan": "1.10.62",
"phpunit/phpunit": "9.6.17"
}
}
Loading

0 comments on commit c405a45

Please sign in to comment.