File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ DIRECTORY STRUCTURE
37
37
REQUIREMENTS
38
38
------------
39
39
40
- The minimum requirement by this project template that your Web server supports PHP 7.4 .
40
+ The minimum requirement by this project template that your Web server supports PHP 8.1 .
41
41
42
42
43
43
INSTALLATION
@@ -51,14 +51,14 @@ at [getcomposer.org](https://getcomposer.org/doc/00-intro.md#installation-nix).
51
51
You can then install this project template using the following command:
52
52
53
53
~~~
54
- composer create-project --prefer-dist yiisoft/yii2-app-basic basic
54
+ composer create-project --prefer-dist yiisoft/yii2-app-basic:22.x.dev basic
55
55
~~~
56
56
57
57
Now you should be able to access the application through the following URL, assuming ` basic ` is the directory
58
58
directly under the Web root.
59
59
60
60
~~~
61
- http://localhost/basic/web/
61
+ http://localhost:8080 /basic/web/
62
62
~~~
63
63
64
64
### Install from an Archive File
Original file line number Diff line number Diff line change 15
15
"minimum-stability" : " dev" ,
16
16
"require" : {
17
17
"php" : " >=8.1.0" ,
18
+ "php-forge/foxy" : " ^0.1" ,
18
19
"yiisoft/yii2" : " 22.0.x-dev" ,
19
20
"yiisoft/yii2-bootstrap5" : " 22.x-dev" ,
20
21
"yiisoft/yii2-symfonymailer" : " 22.x-dev"
27
28
"codeception/module-filesystem" : " ^3.0" ,
28
29
"codeception/module-yii2" : " ^1.1" ,
29
30
"codeception/verify" : " ^3.0" ,
30
- "php-forge/foxy" : " ^0.1" ,
31
31
"symfony/browser-kit" : " ^6.4|^7.3" ,
32
32
"symfony/process" : " ^6.4|^7.3" ,
33
33
"yiisoft/yii2-debug" : " 22.x-dev" ,
You can’t perform that action at this time.
0 commit comments