Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
replace Travis by GitHub actions (#4886)
Browse files Browse the repository at this point in the history
* replace Travis by GitHub actions

* typo

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing

* bugfixing
  • Loading branch information
Guite authored Feb 15, 2022
1 parent 91d046a commit 8db80a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require": {
"php": ">=7.2.5",
"symfony/contracts": "^2.3",
"php": "^8.0",
"symfony/contracts": "^2",
"symfony/console": "^5.4",
"symfony/form": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/intl": "^5.4",
"symfony/mailer": "^5.4",
"symfony/requirements-checker": "1.*",
"symfony/requirements-checker": "^2",
"symfony/security-bundle": "^5.4",
"symfony/string": "^5.4",
"symfony/validator": "^5.4",
Expand All @@ -39,7 +39,7 @@
"zikula/zauth-module": "dev-3.1",
"zikula/wizard": "^3",

"matthiasnoback/symfony-console-form": "4.*"
"matthiasnoback/symfony-console-form": "^5"
},
"autoload": {
"psr-4": { "Zikula\\Bundle\\CoreInstallerBundle\\": "" }
Expand Down

0 comments on commit 8db80a3

Please sign in to comment.