File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cd-laravelstarterkit
22recipe : laravel
33config :
44 webroot : ./public
5- php : 8.1
5+ php : 8.2
66 composer_version : 2-latest
77
88tooling :
Original file line number Diff line number Diff line change 3232 ]
3333 }
3434 },
35- "minimum-stability" : " dev " ,
35+ "minimum-stability" : " stable " ,
3636 "prefer-stable" : true
3737}
Original file line number Diff line number Diff line change 44 bootstrap =" vendor/autoload.php"
55 colors =" true"
66 testdox =" true"
7- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/10.5 /phpunit.xsd"
7+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
88 cacheDirectory =" .phpunit.cache"
99>
1010 <source >
Original file line number Diff line number Diff line change 11APP_NAME = " :project_name"
2- APP_ENV = testing
2+ APP_ENV = local
33APP_KEY =
44APP_DEBUG = true
55APP_URL = https://:project_slug
@@ -23,7 +23,7 @@ SESSION_DRIVER=file
2323SESSION_LIFETIME = 120
2424
2525MAIL_MAILER = log
26- MAIL_HOST = mailhog
26+ MAIL_HOST = mailpit
2727MAIL_PORT = 1025
2828MAIL_USERNAME = null
2929MAIL_PASSWORD = null
Original file line number Diff line number Diff line change 1+ /.phpunit.cache
12/node_modules
23/public /build
34/public /hot
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ name: :project_slug
22recipe : laravel
33config :
44 webroot : ./public
5- php : 8.1
5+ php : 8.2
66 composer_version : 2-latest
You can’t perform that action at this time.
0 commit comments