Skip to content

Commit

Permalink
Merge pull request #1 from noahlvb/update-apple-passbook-1.1
Browse files Browse the repository at this point in the history
Updated apple-passbook to 1.1.0
  • Loading branch information
LauLaman authored Jul 18, 2020
2 parents 42a96e2 + 2eb253d commit f4f7d11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ checks:
build:
environment:
php:
version: 7.2
version: 7.3
tests:
override:
-
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
}
},
"require": {
"php": ">=7.2",
"laulamanapps/apple-passbook": "^1.0",
"php": ">=7.3",
"laulamanapps/apple-passbook": "^1.1",
"ext-openssl": "*"
},
"require-dev": {
"symfony/http-foundation": "^4.3|^5.0",
"symfony/routing": "^4.3|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/framework-bundle": "^4.3|^5.0",
"symfony/yaml": "^4.3|^5.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/http-foundation": "^5.1",
"symfony/routing": "^5.1",
"symfony/event-dispatcher": "^5.1",
"symfony/framework-bundle": "^5.1",
"symfony/yaml": "^5.1",
"symfony/browser-kit": "^5.1",
"matthiasnoback/symfony-config-test": "^4.1",
"ext-zip": "*"
},
"suggest": {
"symfony/http-foundation": "^4.3|^5.0",
"symfony/routing": "^4.3|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/framework-bundle": "^4.3|^5.0"
"symfony/http-foundation": "^5.1",
"symfony/routing": "^5.1",
"symfony/event-dispatcher": "^5.1",
"symfony/framework-bundle": "^5.1"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit f4f7d11

Please sign in to comment.