Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dconco authored Dec 16, 2023
1 parent aa54072 commit da85243
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "dconco/php_slides",
"description": "PhpSlides let you create a secured Routing in php and secured API, which prevents SQL injections, and from XSS attack & CSRF.",
"homepage": "https://github.com/dconco/php_slides",
"version": "1.1.0",
"type": "project",
"keywords": [
"php",
"api",
"router",
"php slides",
"php_slides",
"slides",
"project",
"server",
"framework"
],
"license": "MIT",
"autoload": {
"files": [
"./App/Functions.php",
"./configs/env.config.php",
"./configs/cors.php"
],
"classmap": [ "*" ]
},
"scripts": {
"slides-refresh": "composer dump-autoload",
"create-slides-app": "composer create-project dconco/php_slides"
},
"authors": [ {
"name": "Dave Conco",
"email": "[email protected]"
} ],
"require": {
"php": "^8.0",
"firebase/php-jwt": "^6.9",
"vlucas/phpdotenv": "^5.5"
},
"config": {
"sort-packages": true
},
"extra": {
"symfony": {
"allow-contrib": false
}
},
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit da85243

Please sign in to comment.