Skip to content

Commit

Permalink
Merge pull request #39 from craftcms/five
Browse files Browse the repository at this point in the history
5.x
  • Loading branch information
AugustMiller authored Oct 16, 2024
2 parents bd8bd92 + 4c28e92 commit 8b3d07a
Show file tree
Hide file tree
Showing 37 changed files with 2,984 additions and 2,558 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tutorial
type: craftcms
docroot: web
php_version: "8.1"
php_version: "8.2"
webserver_type: nginx-fpm
xdebug_enabled: false
additional_hostnames: []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you would like to start with a fully-functional project (or have an examplar

1. **Clone the repository:** `git clone https://github.com/craftcms/tutorial-project.git`;
1. **Move into the directory:** `cd tutorial-project`;
1. **Boot up development environment:** `ddev start` (assuming you have [DDEV](https://craftcms.com/docs/4.x/installation.html) installed);
1. **Boot up development environment:** `ddev start` (assuming you have [DDEV](https://craftcms.com/docs/5.x/install.html) installed);
1. **Install dependencies:** `ddev composer install`;
1. **Set a security key:** `ddev craft setup/security-key`;
1. **Import database:**: `ddev craft db/restore seed.sql`;
Expand Down
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require": {
"craftcms/cms": "^4.7.1",
"craftcms/cms": "^5.0.0",
"vlucas/phpdotenv": "^5.4.0"
},
"require-dev": {
"craftcms/generator": "^1.3.0",
"craftcms/generator": "^2.0.0",
"yiisoft/yii2-shell": "^2.0.3"
},
"autoload": {
Expand All @@ -18,9 +18,6 @@
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0.2"
}
"optimize-autoloader": true
}
}
}
Loading

0 comments on commit 8b3d07a

Please sign in to comment.