Skip to content

Commit e84d4a3

Browse files
authored
Merge pull request #13 from dconco/dev
feat: Update configuration and file handling
2 parents 9115b1d + e443024 commit e84d4a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"./configs/env.config.php",
2222
"./configs/cors.php"
2323
],
24-
"classmap": ["*"]
24+
"classmap": [ "*" ]
2525
},
2626
"scripts": {
2727
"slides-refresh": "composer dump-autoload",
2828
"create-slides-app": "composer create-project dconco/php_slides"
2929
},
30-
"authors": [{
31-
"name": "Dave Conco",
32-
"email": "concodave@gmail.com"
33-
}],
30+
"authors": [ {
31+
"name": "Dave Conco",
32+
"email": "concodave@gmail.com"
33+
} ],
3434
"require": {
35-
"php": "^8.3",
35+
"php": "^8.0",
3636
"firebase/php-jwt": "^6.9",
3737
"vlucas/phpdotenv": "^5.5"
3838
},

0 commit comments

Comments
 (0)