Skip to content

Commit

Permalink
Merge pull request #1671 from NatLibFi/issue1591-turtle-fragment-easy…
Browse files Browse the repository at this point in the history
…rdf-upgrade-skosmos-2

Upgrade EasyRdf to fix Turtle fragment URIs
  • Loading branch information
osma authored Aug 29, 2024
2 parents 090203a + a9d010b commit 4dd3deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["7.3", "7.4", "8.0", "8.1"]
php_version: ["8.0", "8.1"]
experimental: [false]
include:
- php_version: "8.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Skosmos is used as a basis for the [Finto](http://finto.fi) vocabulary service.
The latest development version is also available at
[dev.finto.fi](http://dev.finto.fi).

Skosmos is implemented using PHP (supported versions: 7.3, 7.4 and 8.0), with
Skosmos is implemented using PHP (supported versions: 8.0 and 8.1), with
Twig templates and e.g. jQuery and jsTree used to build the web interface, and
EasyRdf for SPARQL and RDF data access.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"components/jquery": "3.6.*",
"components/handlebars.js": "v4.7.7",
"davidstutz/bootstrap-multiselect": "v1.1.1",
"sweetrdf/easyrdf": "1.7.*",
"sweetrdf/easyrdf": "1.13.*",
"etdsolutions/waypoints": "4.0.0",
"symfony/polyfill-php80": "1.*",
"symfony/polyfill-php81": "1.*",
Expand Down

0 comments on commit 4dd3deb

Please sign in to comment.