Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v3.5.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.25.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion src/Vendor/Symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface Symfony
const HTTP_LOCKED = RFC4918::ENTITY_LOCKED;
const HTTP_FAILED_DEPENDENCY = RFC4918::FAILED_DEPENDENCY;
const HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL = RFC3648::UNORDERED_COLLECTION;
const HTTP_UPGRADE_REQUIRED = RFC2817::UPDATE_REQUIRED;
const HTTP_UPGRADE_REQUIRED = RFC2817::UPGRADE_REQUIRED;
const HTTP_PRECONDITION_REQUIRED = RFC6585::PRECONDITION_REQUIRED;
const HTTP_TOO_MANY_REQUESTS = RFC6585::TOO_MANY_REQUESTS;
const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = RFC6585::REQUEST_HEADER_FIELDS_TOO_LARGE;
Expand Down