Skip to content

Commit 688b7fe

Browse files
innocenzibrendt
andauthored
refactor(filesystem): move from package to functions (#1150)
Co-authored-by: brendt <[email protected]>
1 parent 76d70c1 commit 688b7fe

38 files changed

+1147
-1041
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"tempest/debug": "self.version",
8181
"tempest/discovery": "self.version",
8282
"tempest/event-bus": "self.version",
83-
"tempest/filesystem": "self.version",
8483
"tempest/generation": "self.version",
8584
"tempest/http": "self.version",
8685
"tempest/http-client": "self.version",
@@ -114,7 +113,6 @@
114113
"Tempest\\Debug\\": "src/Tempest/Debug/src",
115114
"Tempest\\Discovery\\": "src/Tempest/Discovery/src",
116115
"Tempest\\EventBus\\": "src/Tempest/EventBus/src",
117-
"Tempest\\Filesystem\\": "src/Tempest/Filesystem/src",
118116
"Tempest\\Framework\\": "src/Tempest/Framework",
119117
"Tempest\\Generation\\": "src/Tempest/Generation/src",
120118
"Tempest\\HttpClient\\": "src/Tempest/HttpClient/src",
@@ -144,6 +142,7 @@
144142
"src/Tempest/Router/src/functions.php",
145143
"src/Tempest/Support/src/Arr/functions.php",
146144
"src/Tempest/Support/src/Comparison/functions.php",
145+
"src/Tempest/Support/src/Filesystem/functions.php",
147146
"src/Tempest/Support/src/Html/functions.php",
148147
"src/Tempest/Support/src/Json/functions.php",
149148
"src/Tempest/Support/src/Language/functions.php",
@@ -173,7 +172,6 @@
173172
"Tempest\\DateTime\\Tests\\": "src/Tempest/DateTime/tests",
174173
"Tempest\\Discovery\\Tests\\": "src/Tempest/Discovery/tests",
175174
"Tempest\\EventBus\\Tests\\": "src/Tempest/EventBus/tests",
176-
"Tempest\\Filesystem\\Tests\\": "src/Tempest/Filesystem/tests",
177175
"Tempest\\Generation\\Tests\\": "src/Tempest/Generation/tests",
178176
"Tempest\\HttpClient\\Tests\\": "src/Tempest/HttpClient/tests",
179177
"Tempest\\Http\\Tests\\": [

src/Tempest/Filesystem/.gitattributes

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Tempest/Filesystem/LICENCE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Tempest/Filesystem/composer.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Tempest/Filesystem/phpunit.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/Tempest/Filesystem/src/ErrorContext.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/Tempest/Filesystem/src/Exceptions/FileDoesNotExist.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Tempest/Filesystem/src/Exceptions/UnableToCopyFile.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Tempest/Filesystem/src/Exceptions/UnableToCreateDirectory.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Tempest/Filesystem/src/Exceptions/UnableToDeleteDirectory.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)