Skip to content

Commit

Permalink
Merge pull request #13 from dconco/dev
Browse files Browse the repository at this point in the history
feat: Update configuration and file handling
  • Loading branch information
dconco authored Dec 10, 2023
2 parents 9115b1d + e443024 commit e84d4a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"./configs/env.config.php",
"./configs/cors.php"
],
"classmap": ["*"]
"classmap": [ "*" ]
},
"scripts": {
"slides-refresh": "composer dump-autoload",
"create-slides-app": "composer create-project dconco/php_slides"
},
"authors": [{
"name": "Dave Conco",
"email": "[email protected]"
}],
"authors": [ {
"name": "Dave Conco",
"email": "[email protected]"
} ],
"require": {
"php": "^8.3",
"php": "^8.0",
"firebase/php-jwt": "^6.9",
"vlucas/phpdotenv": "^5.5"
},
Expand Down

0 comments on commit e84d4a3

Please sign in to comment.