File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Enforce architectural constraints in your PHP applications" ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.4.0 " ,
6
+ "version" : " 0.5.1 " ,
7
7
"authors" : [
8
8
{
9
9
"name" : " Pietro Campagnano" ,
Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ class Foo {}
43
43
$ fileParser ->parse ($ content , 'foo ' );
44
44
}
45
45
46
- /**
47
- * @requires PHP < 8.0
48
- */
49
46
public function test_parse_file_with_name_match (): void
50
47
{
51
48
$ traverser = $ this ->prophesize (NodeTraverser::class);
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ class VersionTest extends TestCase
11
11
{
12
12
public function test_it_should_return_version (): void
13
13
{
14
- $ this ->assertEquals ('0.4.0 ' , Version::get ());
14
+ $ this ->assertEquals ('0.5.1 ' , Version::get ());
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments