Skip to content

Commit

Permalink
feat: new version - min php version 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izniburak committed Apr 14, 2024
1 parent c5beb43 commit d0ff83c
Show file tree
Hide file tree
Showing 7 changed files with 4,496 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
APP_NAME=Nur
APP_ENV=local
APP_KEY=
APP_LOCALE=en
APP_DEBUG=false
ADMIN_FOLDER=admin
ASSETS_FOLDER=assets
TIMEZONE=UTC
Expand Down
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,27 @@
{
"name": "İzni Burak Demirtaş",
"email": "[email protected]",
"homepage": "https://burakdemirtas.org",
"homepage": "https://buki.dev",
"role": "Creator"
}
],
"require": {
"php": "^7.3|^8.0",
"izniburak/nur-core": "^3.0"
"php": "^8.1",
"izniburak/nur-core": "^4.0"
},
"require-dev": {
"doctrine/dbal": "^2.6|^3.0",
"filp/whoops": "^2.8"
"doctrine/dbal": "^3.5.1",
"filp/whoops": "^2.15",
"fakerphp/faker": "^1.21"
},
"autoload": {
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"classmap": [
"database/seeds"
"database/seeders"
]
},
"scripts": {
Expand Down
Loading

0 comments on commit d0ff83c

Please sign in to comment.