Skip to content

Commit

Permalink
composer.json: allow rdf-interface and simple-rdf in dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Jul 27, 2023
1 parent ce38978 commit 42bc330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=8.0",
"zozlak/rdf-constants": "^1",
"sweetrdf/rdf-interface": "^2.0.0-RC1"
"sweetrdf/rdf-interface": "^2.0.0-RC1 | dev-master"
},
"autoload": {
"psr-4": {
Expand All @@ -28,7 +28,7 @@
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "*",
"php-coveralls/php-coveralls": "^2.4",
"sweetrdf/simple-rdf": "^2.0.0-RC1"
"sweetrdf/simple-rdf": "^2.0.0-RC1 | dev-master"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 42bc330

Please sign in to comment.