We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328057 commit 2d317aaCopy full SHA for 2d317aa
composer.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "keradus/php-cs-fixer-repro-cases",
+ "name": "friendsofphp/reproduce-playground",
3
"require": {
4
"php": "^8.1",
5
"friendsofphp/php-cs-fixer": "3.72"
6
},
7
"autoload": {
8
"psr-4": {
9
- "keradus\\PhpCsFixerReproCases\\": "src/"
+ "PhpCsFixer\\ReproducePlayground\\": "src/"
10
}
11
12
"scripts": {
src/Example.php
@@ -1,6 +1,6 @@
<?php
-namespace keradus\PhpCsFixerReproCases;
+namespace PhpCsFixer\ReproducePlayground;
/**
0 commit comments