Skip to content

Commit 09dc1fe

Browse files
committed
Move files from src/Firebase/ to src/
1 parent aca70ba commit 09dc1fe

File tree

209 files changed

+11
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+11
-5
lines changed

composer-dependency-analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
->addPathToScan(__DIR__.'/src', false)
1111
->addPathToScan(__DIR__.'/tests', true)
1212
->ignoreErrorsOnPackage('google/cloud-firestore', [ErrorType::DEV_DEPENDENCY_IN_PROD])
13-
->ignoreErrorsOnExtensionAndPath('ext-curl', 'src/Firebase/Messaging/RequestFactory.php', [ErrorType::SHADOW_DEPENDENCY]) // guarded with extension_loaded
13+
->ignoreErrorsOnExtensionAndPath('ext-curl', 'src/Messaging/RequestFactory.php', [ErrorType::SHADOW_DEPENDENCY]) // guarded with extension_loaded
1414
;

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "kreait/firebase-php",
33
"description": "Firebase Admin SDK",
4-
"keywords": ["firebase", "google", "sdk", "api", "database"],
4+
"keywords": [
5+
"api",
6+
"database",
7+
"firebase",
8+
"google",
9+
"sdk"
10+
],
511
"type": "library",
612
"homepage": "https://github.com/kreait/firebase-php",
713
"license": "MIT",
@@ -69,7 +75,7 @@
6975
},
7076
"autoload": {
7177
"psr-4": {
72-
"Kreait\\Firebase\\": "src/Firebase"
78+
"Kreait\\Firebase\\": "src"
7379
}
7480
},
7581
"autoload-dev": {

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
# Needed for backward compatibility
1515
message: '#VersionNumber::fromValue\(\)#'
1616
identifier: missingType.parameter
17-
path: src/Firebase/RemoteConfig/VersionNumber.php
17+
path: src/RemoteConfig/VersionNumber.php
1818
-
1919
# Needed since introducing phpstan/strict-rules, will revisit for next major release
2020
message: '#Dynamic call to static method PHPUnit#'

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<source ignoreIndirectDeprecations="true">
2323
<include>
24-
<directory>src/Firebase</directory>
24+
<directory>src</directory>
2525
</include>
2626
</source>
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)