Skip to content

Commit d0ff83c

Browse files
committed
feat: new version - min php version 8.1
1 parent c5beb43 commit d0ff83c

File tree

7 files changed

+4496
-20
lines changed

7 files changed

+4496
-20
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
APP_NAME=Nur
22
APP_ENV=local
33
APP_KEY=
4+
APP_LOCALE=en
5+
APP_DEBUG=false
46
ADMIN_FOLDER=admin
57
ASSETS_FOLDER=assets
68
TIMEZONE=UTC

composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,27 @@
1515
{
1616
"name": "İzni Burak Demirtaş",
1717
"email": "info@burakdemirtas.org",
18-
"homepage": "https://burakdemirtas.org",
18+
"homepage": "https://buki.dev",
1919
"role": "Creator"
2020
}
2121
],
2222
"require": {
23-
"php": "^7.3|^8.0",
24-
"izniburak/nur-core": "^3.0"
23+
"php": "^8.1",
24+
"izniburak/nur-core": "^4.0"
2525
},
2626
"require-dev": {
27-
"doctrine/dbal": "^2.6|^3.0",
28-
"filp/whoops": "^2.8"
27+
"doctrine/dbal": "^3.5.1",
28+
"filp/whoops": "^2.15",
29+
"fakerphp/faker": "^1.21"
2930
},
3031
"autoload": {
3132
"psr-4": {
32-
"App\\": "app/"
33+
"App\\": "app/",
34+
"Database\\Factories\\": "database/factories/",
35+
"Database\\Seeders\\": "database/seeders/"
3336
},
3437
"classmap": [
35-
"database/seeds"
38+
"database/seeders"
3639
]
3740
},
3841
"scripts": {

0 commit comments

Comments
 (0)