File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add the repository to the repositories:
2727Add the require using the corresponding version:
2828``` json
2929"require" : {
30- "frameworkdevar/framework" : " dev-main#v0.17 .0"
30+ "frameworkdevar/framework" : " dev-main#v0.18 .0"
3131}
3232```
3333
Original file line number Diff line number Diff line change 11{
22 "name" : " frameworkdevar/framework" ,
33 "description" : " A PHP Framework, built for building fast" ,
4- "version" : " 0.17 .0" ,
4+ "version" : " 0.18 .0" ,
55 "authors" : [
66 {
77 "name" : " Tomás Malbrán" ,
Original file line number Diff line number Diff line change 11// The version shown in the sidebar badge, and the release it links to. This is
22// the only place the documentation records it — ./framework setVersion rewrites
33// this line, and docsCheck fails when it drifts from composer.json.
4- window . DOCS_VERSION = "0.17 .0" ;
4+ window . DOCS_VERSION = "0.18 .0" ;
55
66// Which copy of the site this is. The deploy stamps "dev" into the copy it
77// publishes under /dev/, and the pages use it to tell whether a reader who
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h2 id="quick-start">Quick start</h2>
6767 { "type": "git", "url": "https://github.com/FrameworkDevAR/Framework.git" }
6868],
6969"require": {
70- "frameworkdevar/framework": "dev-main#v0.17 .0"
70+ "frameworkdevar/framework": "dev-main#v0.18 .0"
7171}</ code > </ pre > </ figure >
7272 < pre > < code class ="language-bash "> ./vendor/bin/framework install</ code > </ pre >
7373 < p class ="prose "> < a href ="introduction/getting-started.html "> Read the full setup guide →</ a > </ p >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h2 id="installation">Installation</h2>
7070 { "type": "git", "url": "https://github.com/FrameworkDevAR/Framework.git" }
7171],
7272"require": {
73- "frameworkdevar/framework": "dev-main#v0.17 .0"
73+ "frameworkdevar/framework": "dev-main#v0.18 .0"
7474}</ code > </ pre > </ figure > < pre > < code class ="language-bash "> ./vendor/bin/framework install</ code > </ pre >
7575< p > Then wire it into a single entry point — your < code > index.php</ code > hands each request to
7676< a class ="src-link " href ="https://github.com/FrameworkDevAR/Framework/blob/main/src/Framework.php " target ="_blank " rel ="noopener noreferrer "> < code > Framework::execute()</ code > </ a > . See < a href ="../introduction/bootstrapping.html#entry "> Bootstrapping</ a > .</ p >
You can’t perform that action at this time.
0 commit comments