-
-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Rector to commit e7f551069cd3efc29ccd7089f432f22556f52b0c
- Loading branch information
1 parent
a267280
commit 4930b08
Showing
23 changed files
with
29 additions
and
219 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
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
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 |
---|---|---|
|
@@ -2187,76 +2187,6 @@ | |
], | ||
"install-path": "..\/symfony\/console" | ||
}, | ||
{ | ||
"name": "symfony\/deprecation-contracts", | ||
"version": "v3.3.0", | ||
"version_normalized": "3.3.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", | ||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/7c3aff79d10325257a001fcf92d991f24fc967cf", | ||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=8.1" | ||
}, | ||
"time": "2023-05-23T14:45:45+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "3.4-dev" | ||
}, | ||
"thanks": { | ||
"name": "symfony\/contracts", | ||
"url": "https:\/\/github.com\/symfony\/contracts" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"function.php" | ||
] | ||
}, | ||
"notification-url": "https:\/\/packagist.org\/downloads\/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https:\/\/symfony.com\/contributors" | ||
} | ||
], | ||
"description": "A generic function and convention to trigger deprecation notices", | ||
"homepage": "https:\/\/symfony.com", | ||
"support": { | ||
"source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.3.0" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https:\/\/symfony.com\/sponsor", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https:\/\/github.com\/fabpot", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | ||
"type": "tidelift" | ||
} | ||
], | ||
"install-path": "..\/symfony\/deprecation-contracts" | ||
}, | ||
{ | ||
"name": "symfony\/filesystem", | ||
"version": "v6.3.1", | ||
|
Oops, something went wrong.