-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: updated requirements to PHP8
- Loading branch information
1 parent
fad26fe
commit a8548d7
Showing
4 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"default.endpoint": { | ||
"class": "\\MyVendor\\MyProject\\Component\\Endpoint\\DefaultEndpoint" | ||
"services": { | ||
"default.endpoint": { | ||
"class": "\\MyVendor\\MyProject\\Component\\Endpoint\\DefaultEndpoint" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"default.router": { | ||
"class": "\\MyVendor\\MyProject\\Component\\Router\\DefaultRouter" | ||
"services": { | ||
"default.router": { | ||
"class": "\\MyVendor\\MyProject\\Component\\Router\\DefaultRouter" | ||
} | ||
}, | ||
"tags": { | ||
"register.default.router": { | ||
"trigger": "triggers.web.main.routers", | ||
"service": "services.default.router" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.