Skip to content

Commit ee17563

Browse files
authored
Removing TYPO3/phar-stream-wrapper (#437)
1 parent a6c12f8 commit ee17563

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

migrations/54-60/removed-backward-incompatibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,7 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) {
189189
- Folder: libraries/src/Filesystem
190190
- Description: The Filesystem package of the CMS (`\Joomla\CMS\Filesystem`) has been deprecated for a long time. For Joomla 6.0 it has been moved to the compat plugin and will finally be completely removed in 7.0. Please use the [framework `Filesystem`](https://github.com/joomla-framework/filesystem) package (`\Joomla\Filesystem`). The packages can be used nearly interchangeably, with the exception of `File::exists()` and `Folder::exists()`. Please use `is_file()` and `is_dir()` directly.
191191

192+
### TYPO3/phar-stream-wrapper
193+
194+
- PR: https://github.com/joomla/joomla-cms/pull/45256
195+
- Description: The TYPO3/phar-stream-wrapper dependency fixes a security issue in PHP 7, which has been fixed in PHP 8.0. This means that this package isn't necessary at all in Joomla and can be removed entirely.

0 commit comments

Comments
 (0)