Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2 #448

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
7 changes: 1 addition & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "wlabarron/submit-show",
"description": "Send a show to your radio station's scheduling team, and Mixcloud.",
"require": {
"flowjs/flow-php-server": "^1.0",
"aws/aws-sdk-php": "^3.181",
"flowjs/flow-php-server": "^1.2",
"aws/aws-sdk-php": "^3.295",
"ext-mysqli": "*",
"ext-json": "*",
"ext-gd": "*",
"ext-curl": "*",
"phpmailer/phpmailer": "^6.4.1",
"onelogin/php-saml": "^4.0"
"phpmailer/phpmailer": "^6.9.1",
"onelogin/php-saml": "^4.1"
}
}
Loading