Skip to content

Commit

Permalink
composer.json: require rdf-interface ^2.0.0-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 9, 2024
1 parent 63351f9 commit 2e88f9e
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.1",
"sweetrdf/rdf-interface": "dev-master"
"sweetrdf/rdf-interface": "^2.0.0-RC7"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "*"
"phpstan/phpstan": "^1"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 2e88f9e

Please sign in to comment.