Skip to content

Commit

Permalink
minor twigphp#3937 Remove deprecated code (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Remove deprecated code

Commits
-------

f84c217 Remove deprecated code
  • Loading branch information
fabpot committed Dec 10, 2023
2 parents ac42343 + f84c217 commit 325ef13
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 858 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
"psr/container": "^1.0|^2.0"
},
"autoload": {
"files": [
"src/Resources/core.php",
"src/Resources/debug.php",
"src/Resources/escaper.php",
"src/Resources/string_loader.php"
],
"psr-4" : {
"Twig\\" : "src/"
}
Expand Down
24 changes: 0 additions & 24 deletions extra/cssinliner-extra/Resources/functions.php

This file was deleted.

28 changes: 0 additions & 28 deletions extra/cssinliner-extra/Tests/LegacyFunctionsTest.php

This file was deleted.

1 change: 0 additions & 1 deletion extra/cssinliner-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"symfony/phpunit-bridge": "^6.4|^7.0"
},
"autoload": {
"files": [ "Resources/functions.php" ],
"psr-4" : { "Twig\\Extra\\CssInliner\\" : "" },
"exclude-from-classmap": [
"/Tests/"
Expand Down
24 changes: 0 additions & 24 deletions extra/html-extra/Resources/functions.php

This file was deleted.

26 changes: 0 additions & 26 deletions extra/html-extra/Tests/LegacyFunctionsTest.php

This file was deleted.

1 change: 0 additions & 1 deletion extra/html-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"symfony/phpunit-bridge": "^6.4|^7.0"
},
"autoload": {
"files": [ "Resources/functions.php" ],
"psr-4" : { "Twig\\Extra\\Html\\" : "" },
"exclude-from-classmap": [
"/Tests/"
Expand Down
24 changes: 0 additions & 24 deletions extra/inky-extra/Resources/functions.php

This file was deleted.

28 changes: 0 additions & 28 deletions extra/inky-extra/Tests/LegacyFunctionsTest.php

This file was deleted.

1 change: 0 additions & 1 deletion extra/inky-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"symfony/phpunit-bridge": "^6.4|^7.0"
},
"autoload": {
"files": [ "Resources/functions.php" ],
"psr-4" : { "Twig\\Extra\\Inky\\" : "" },
"exclude-from-classmap": [
"/Tests/"
Expand Down
24 changes: 0 additions & 24 deletions extra/markdown-extra/Resources/functions.php

This file was deleted.

29 changes: 0 additions & 29 deletions extra/markdown-extra/Tests/LegacyFunctionsTest.php

This file was deleted.

1 change: 0 additions & 1 deletion extra/markdown-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"michelf/php-markdown": "^1.8|^2.0"
},
"autoload": {
"files": [ "Resources/functions.php" ],
"psr-4" : { "Twig\\Extra\\Markdown\\" : "" },
"exclude-from-classmap": [
"/Tests/"
Expand Down
Loading

0 comments on commit 325ef13

Please sign in to comment.