Skip to content

Commit 27ccb9e

Browse files
committed
formatting
1 parent 6401f35 commit 27ccb9e

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git tag $VERSION
5252
git push origin --tags
5353

5454
# Tag Components
55-
for REMOTE in auth broadcasting bus cache collections conditionable config console container contracts cookie database encryption events filesystem hashing http json-schema log macroable mail notifications pagination pipeline process queue reflections redis routing session support testing translation validation view
55+
for REMOTE in auth broadcasting bus cache collections conditionable config console container contracts cookie database encryption events filesystem hashing http json-schema log macroable mail notifications pagination pipeline process queue reflection redis routing session support testing translation validation view
5656
do
5757
echo ""
5858
echo ""

bin/split.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ remote pagination [email protected]:illuminate/pagination.git
4444
remote pipeline [email protected]:illuminate/pipeline.git
4545
remote process [email protected]:illuminate/process.git
4646
remote queue [email protected]:illuminate/queue.git
47-
remote reflections [email protected]:illuminate/reflections.git
47+
remote reflection [email protected]:illuminate/reflection.git
4848
remote redis [email protected]:illuminate/redis.git
4949
remote routing [email protected]:illuminate/routing.git
5050
remote session [email protected]:illuminate/session.git
@@ -80,7 +80,7 @@ split 'src/Illuminate/Pagination' pagination
8080
split 'src/Illuminate/Pipeline' pipeline
8181
split 'src/Illuminate/Process' process
8282
split 'src/Illuminate/Queue' queue
83-
split 'src/Illuminate/Reflections' reflections
83+
split 'src/Illuminate/Reflection' reflection
8484
split 'src/Illuminate/Redis' redis
8585
split 'src/Illuminate/Routing' routing
8686
split 'src/Illuminate/Session' session

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"illuminate/pipeline": "self.version",
9191
"illuminate/process": "self.version",
9292
"illuminate/queue": "self.version",
93-
"illuminate/reflections": "self.version",
93+
"illuminate/reflection": "self.version",
9494
"illuminate/redis": "self.version",
9595
"illuminate/routing": "self.version",
9696
"illuminate/session": "self.version",
@@ -144,7 +144,7 @@
144144
"src/Illuminate/Filesystem/functions.php",
145145
"src/Illuminate/Foundation/helpers.php",
146146
"src/Illuminate/Log/functions.php",
147-
"src/Illuminate/Reflections/helpers.php",
147+
"src/Illuminate/Reflection/helpers.php",
148148
"src/Illuminate/Support/functions.php",
149149
"src/Illuminate/Support/helpers.php"
150150
],
@@ -154,7 +154,7 @@
154154
"src/Illuminate/Macroable/",
155155
"src/Illuminate/Collections/",
156156
"src/Illuminate/Conditionable/",
157-
"src/Illuminate/Reflections/"
157+
"src/Illuminate/Reflection/"
158158
]
159159
}
160160
},

src/Illuminate/Container/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.2",
1818
"illuminate/contracts": "^12.0",
19-
"illuminate/reflections": "^12.0",
19+
"illuminate/reflection": "^12.0",
2020
"psr/container": "^1.1.1|^2.0.1",
2121
"symfony/polyfill-php84": "^1.33",
2222
"symfony/polyfill-php85": "^1.33"

src/Illuminate/Reflections/Traits/ReflectsClosures.php renamed to src/Illuminate/Reflection/Traits/ReflectsClosures.php

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "illuminate/reflections",
3-
"description": "The Illuminate Reflections package.",
2+
"name": "illuminate/reflection",
3+
"description": "The Illuminate Reflection package.",
44
"license": "MIT",
55
"homepage": "https://laravel.com",
66
"support": {

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"illuminate/conditionable": "^12.0",
2424
"illuminate/contracts": "^12.0",
2525
"illuminate/macroable": "^12.0",
26-
"illuminate/reflections": "^12.0",
26+
"illuminate/reflection": "^12.0",
2727
"nesbot/carbon": "^3.8.4",
2828
"symfony/polyfill-php83": "^1.33",
2929
"symfony/polyfill-php85": "^1.33",

0 commit comments

Comments
 (0)