Skip to content

Commit 7b2b765

Browse files
authored
Merge pull request #236 from doctrine/website-docs
Website docs
2 parents e4b92df + 3c7608e commit 7b2b765

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

.doctrine-project.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "Doctrine Migrations Bundle",
3+
"shortName": "DoctrineMigrationsBundle",
4+
"slug": "doctrine-migrations-bundle",
5+
"versions": [
6+
{
7+
"name": "2.0",
8+
"branchName": "master",
9+
"slug": "2.0",
10+
"upcoming": true
11+
},
12+
{
13+
"name": "1.3",
14+
"branchName": "1.3",
15+
"slug": "1.3",
16+
"current": true
17+
},
18+
{
19+
"name": "1.2",
20+
"branchName": "1.2",
21+
"slug": "1.2",
22+
"maintained": false
23+
},
24+
{
25+
"name": "1.1",
26+
"branchName": "1.1",
27+
"slug": "1.1",
28+
"maintained": false
29+
},
30+
{
31+
"name": "1.1",
32+
"branchName": "1.1",
33+
"slug": "1.1",
34+
"maintained": false
35+
},
36+
{
37+
"name": "1.0",
38+
"branchName": "1.0",
39+
"slug": "1.0",
40+
"maintained": false
41+
}
42+
]
43+
}

Resources/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ for you.
118118
Have a look at the newly generated migration class and you will see something
119119
like the following::
120120
121+
.. code-block:: php
122+
121123
declare(strict_types=1);
122124
123125
namespace App\Migrations;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "symfony-bundle",
44
"description": "Symfony DoctrineMigrationsBundle",
55
"keywords": ["DBAL", "Migrations", "Schema"],
6-
"homepage": "http://www.doctrine-project.org",
6+
"homepage": "https://www.doctrine-project.org",
77
"license": "MIT",
88
"authors": [
99
{

0 commit comments

Comments
 (0)