Skip to content

Commit

Permalink
composer.json: bump rdf-interface to ^2
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 13, 2024
1 parent 34e2bff commit 635c482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
export COVERALLS_REPO_TOKEN=${{ secrets.coverallsToken }}
composer require php-coveralls/php-coveralls
php vendor/bin/php-coveralls -v
git reset --hard HEAD
- name: document
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory=src --directory=vendor/sweetrdf/rdf-interface/src --target=docs
Expand Down
5 changes: 2 additions & 3 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-RC7"
"sweetrdf/rdf-interface": "^2"
},
"autoload": {
"psr-4": {
Expand All @@ -25,8 +25,7 @@
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^1",
"sweetrdf/simple-rdf": "^2",
"sweetrdf/rdf-helpers": "^2"
"sweetrdf/simple-rdf": "^2"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 635c482

Please sign in to comment.