Skip to content

Commit 35fb99a

Browse files
authored
Merge pull request #17 from SymfonyTest/Nyholm-patch-1
Prepare for 1.3.1
2 parents 59a5c83 + 5cab9e2 commit 35fb99a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 1.3.0
5+
## 1.3.1
66

77
### Fixed
88

9+
- Show our dependencies directly in require secion of composer.json.
10+
11+
## 1.3.0
12+
13+
### Added
14+
915
- Adding compiler pass support.
1016
- Adding support for making services public.
1117

src/CompilerPass/PublicServicePass.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
class PublicServicePass implements CompilerPassInterface
1212
{
1313
/**
14-
* A regex to match the services that should be public
14+
* A regex to match the services that should be public.
15+
*
1516
* @var string
1617
*/
1718
private $regex;

0 commit comments

Comments
 (0)