Skip to content

Commit 076e764

Browse files
committed
Fix package name / author
1 parent 7b9bb4b commit 076e764

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

.php_cs.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
$header = <<<'EOF'
4-
This file is part of PHP CS Fixer.
4+
This file is part of PHP CS Fixer / PHPUnit Constraint XmlMatchesXsd.
55
6-
(c) Fabien Potencier <[email protected]>
6+
(c) SpacePossum
77
Dariusz Rumiński <[email protected]>
88
99
This source file is subject to the MIT license that is bundled

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-now Dariusz Rumiński
3+
Copyright (c) 2018-now SpacePossum
4+
Dariusz Rumiński
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Dariusz Rumiński",
9-
"email": "[email protected]"
8+
"name": "SpacePossum"
109
},
1110
{
12-
"name": "SpacePossum"
11+
"name": "Dariusz Rumiński",
12+
"email": "[email protected]"
1313
}
1414
],
1515
"require": {

src/Constraint/XmlMatchesXsd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of PHP CS Fixer.
4+
* This file is part of PHP CS Fixer / PHPUnit Constraint XmlMatchesXsd.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) SpacePossum
77
* Dariusz Rumiński <[email protected]>
88
*
99
* This source file is subject to the MIT license that is bundled

src/Constraint/XmlMatchesXsdForV5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of PHP CS Fixer.
4+
* This file is part of PHP CS Fixer / PHPUnit Constraint XmlMatchesXsd.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) SpacePossum
77
* Dariusz Rumiński <[email protected]>
88
*
99
* This source file is subject to the MIT license that is bundled

src/Constraint/XmlMatchesXsdForV7.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of PHP CS Fixer.
4+
* This file is part of PHP CS Fixer / PHPUnit Constraint XmlMatchesXsd.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) SpacePossum
77
* Dariusz Rumiński <[email protected]>
88
*
99
* This source file is subject to the MIT license that is bundled

tests/Constraint/XmlMatchesXsdTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of PHP CS Fixer.
4+
* This file is part of PHP CS Fixer / PHPUnit Constraint XmlMatchesXsd.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) SpacePossum
77
* Dariusz Rumiński <[email protected]>
88
*
99
* This source file is subject to the MIT license that is bundled

0 commit comments

Comments
 (0)