Skip to content

Commit

Permalink
support php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullbock committed Jul 12, 2022
1 parent ced048b commit 5a2cb72
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 70 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion build/pkg_joomlacommands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Joomla Commands</name>
<description>Symfony Console Commands in Joomla!</description>
<author>Weble Srl</author>
<version>1.2.2</version>
<version>1.3.0</version>
<packagename>joomlacommands</packagename>
<creationDate>April 2020</creationDate>
<url>https://github.com/Weble/JoomlaCommands</url>
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"name": "weble/joomla-commands",
"license": "MIT",
"require": {
"php": "^7.3",
"symfony/console": "^5.0"
"php": "^7.4 || ^8.0",
"symfony/console": "^5.4"
},
"autoload": {
"psr-4": {
"Weble\\JoomlaCommands\\": "libraries/joomla-commands/"
}
},
"config": {
"vendor-dir": "libraries/joomla-commands/vendor"
"vendor-dir": "libraries/joomla-commands/vendor",
"platform": {
"php": "7.4.22"
}
}
}
Loading

0 comments on commit 5a2cb72

Please sign in to comment.