Skip to content

Commit

Permalink
composer.json: bump rdf-interface version to ^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 948a4e3 commit 530c5f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 | dev-master"
"sweetrdf/rdf-interface": "^2.0.0-RC7"
},
"autoload": {
"psr-4": {
Expand All @@ -24,9 +24,9 @@
},
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "*",
"php-coveralls/php-coveralls": "^2.4",
"sweetrdf/simple-rdf": "^2.0.0-RC1 | dev-master"
"phpstan/phpstan": "^1",
"sweetrdf/simple-rdf": "^2.0.0-RC7",
"php-coveralls/php-coveralls": "^2.4"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 530c5f2

Please sign in to comment.