Skip to content

Commit 7dd4671

Browse files
committed
Update to newer versions of dependencies
Important: The scriptotek/marc library was updated to version 2.0 If you work with MARC records, please see the changelog of that library as there are breaking changes there: https://github.com/scriptotek/php-marc/blob/master/CHANGELOG.md#200---2018-10-23
1 parent 0a2136e commit 7dd4671

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
- Add portfolios and representations to Bib objects.
1212

13+
### Changed
14+
15+
- Updated [scriptotek/marc](https://github.com/scriptotek/php-marc/) to version 2.0.
16+
Please see [the corresponding CHANGELOG](https://github.com/scriptotek/php-marc/blob/master/CHANGELOG.md#200---2018-10-23) for information about changes that might break your app if you work with MARC records.
17+
1318
### Fixed
1419

1520
- Set MMS id on Bib object when initiated from SRU response.

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,24 @@
99
"require": {
1010
"php" : ">=5.6",
1111
"ext-json": "*",
12-
"scriptotek/marc": "^1.0 || dev-master",
12+
"scriptotek/marc": "^2.0 || dev-master",
1313
"danmichaelo/quitesimplexmlelement": "^1.0",
1414
"scriptotek/sru-client": "^0.6",
1515
"psr/http-message": "^1.0",
1616
"php-http/client-implementation": "^1.0",
17-
"php-http/httplug": "^1.1",
17+
"php-http/httplug": "^1.1 || ^2.0",
1818
"php-http/message-factory": "^1.0",
1919
"php-http/discovery": "^1.0",
2020
"php-http/client-common": "^1.5"
2121
},
2222
"require-dev": {
23-
"phpspec/phpspec": "^3.4",
24-
"bossa/phpspec2-expect": "^2.1",
25-
"leanphp/phpspec-code-coverage": "~3.1",
23+
"phpspec/phpspec": "^3.4 || ^4.0 || ^5.0",
24+
"bossa/phpspec2-expect": "^2.1 || ^3.0",
2625
"wp-cli/php-cli-tools": "^0.11.1",
2726
"php-http/mock-client": "^1.0",
2827
"php-http/message": "^1.0",
2928
"guzzlehttp/psr7": "^1.0",
30-
"php-http/guzzle6-adapter": "^1.1",
29+
"php-http/guzzle6-adapter": "^1.1 || ^2.0",
3130
"squizlabs/php_codesniffer": "^3.3"
3231
},
3332
"license": "MIT",

0 commit comments

Comments
 (0)