Skip to content

Commit

Permalink
Bump to PHP 7.2, stick to phpunit 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Sep 9, 2024
1 parent e567012 commit fa2ae56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 284 deletions.
218 changes: 0 additions & 218 deletions Php72.php

This file was deleted.

60 changes: 0 additions & 60 deletions bootstrap.php

This file was deleted.

8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symfony/polyfill-php72",
"type": "library",
"type": "metapackage",
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"keywords": ["polyfill", "shim", "compatibility", "portable"],
"homepage": "https://symfony.com",
Expand All @@ -16,11 +16,7 @@
}
],
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Php72\\": "" },
"files": [ "bootstrap.php" ]
"php": ">=7.2"
},
"minimum-stability": "dev",
"extra": {
Expand Down

0 comments on commit fa2ae56

Please sign in to comment.