Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Jul 23, 2024
1 parent f82f4dc commit 45cef50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

return [
'welcome' => 'Welcome to the Asatru PHP framework',
'description' => 'You have successfully installed the Asatru PHP framework. You may now want to start developing your app. Consider reading the documentation located in /doc for help. Have fun with the framework!'
'description' => 'You have successfully installed the Asatru PHP framework. You may now want to start developing your app. Consider reading the documentation located in /public/doc for help. Have fun with the framework!'
];
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"danielbrendel/asatru-php-framework": "^1.0",
"php": "^8.3",
"danielbrendel/asatru-php-framework": "^1.2",
"phpmailer/phpmailer": "^6.1",
"nesbot/carbon": "^2.0"
},
Expand Down

0 comments on commit 45cef50

Please sign in to comment.