Skip to content

Commit

Permalink
Merge pull request #15732 from totten/master-tplaner-when
Browse files Browse the repository at this point in the history
composer.{json,lock} - Make the "tplaner/when" exception for old PHP reproducible
  • Loading branch information
totten authored Nov 5, 2019
2 parents 0266e2e + ab242d9 commit 302c4f9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
21 changes: 20 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"katzien/php-mime-type": "2.1.0",
"civicrm/composer-downloads-plugin": "^2.0",
"league/csv": "^9.2",
"tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80",
"tplaner/when": "~3.0.0",
"xkerman/restricted-unserialize": "~1.1"
},
"require-dev": {
Expand All @@ -89,6 +89,25 @@
"bash tools/scripts/composer/phpword-jquery.sh"
]
},
"repositories": {
"tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
"type": "package",
"package": {
"version": "3.0.0+php53",
"dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
"name": "tplaner/when",
"type": "library",
"description": "Date/Calendar recursion library.",
"keywords": ["recurrence", "date", "time", "DateTime"],
"homepage": "https://github.com/tplaner/When",
"license": "MIT",
"authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
"require": {"php": ">=5.3.0"},
"require-dev": {"phpunit/phpunit": "~4.0"},
"autoload": {"psr-4": {"When\\": "src/"}}
}
}
},
"extra": {
"downloads": {
"*": {
Expand Down
25 changes: 7 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 302c4f9

Please sign in to comment.