-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
60 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.4 | ||
8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,33 @@ | ||
{ | ||
"name": "subugoe/oai-model", | ||
"description": "OAI-PMH Model", | ||
"type": "library", | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.8", | ||
"rector/rector": "^0.14", | ||
"phpstan/phpstan": "^1.7" | ||
}, | ||
"license": "AGPL-3.0-or-later", | ||
"autoload": { | ||
"psr-4": { | ||
"Subugoe\\OaiModel\\": "src/" | ||
"name": "subugoe/oai-model", | ||
"description": "OAI-PMH Model", | ||
"type": "library", | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.8", | ||
"rector/rector": "^0.15.23", | ||
"phpstan/phpstan": "^1.7" | ||
}, | ||
"license": "AGPL-3.0-or-later", | ||
"autoload": { | ||
"psr-4": { | ||
"Subugoe\\OaiModel\\": "src/" | ||
} | ||
}, | ||
"authors": [{ | ||
"name": "Ingo Pfennigstorf", | ||
"email": "[email protected]" | ||
}], | ||
"require": { | ||
"php": "^8.0", | ||
"jms/serializer": "^3.17", | ||
"subugoe/iiif-model": "^0.2.4", | ||
"doctrine/collections": "^2.0" | ||
}, | ||
"scripts": { | ||
"lint": [ | ||
"php-cs-fixer fix --dry-run", | ||
"rector process --dry-run", | ||
"phpstan analyze src --level=5" | ||
] | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Ingo Pfennigstorf", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4 || ^8.0 || ^8.1", | ||
"jms/serializer": "^3.17", | ||
"subugoe/iiif-model": "^0.2.4", | ||
"doctrine/collections": "^1.6" | ||
}, | ||
"scripts": { | ||
"lint": [ | ||
"php-cs-fixer fix --dry-run", | ||
"rector process --dry-run", | ||
"phpstan analyze src --level=5" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters