Skip to content

Commit

Permalink
Merge pull request #1280 from NatLibFi/issue1261-library-update
Browse files Browse the repository at this point in the history
Issue1262 library update
  • Loading branch information
osma authored Mar 2, 2022
2 parents ed4ad1d + c6e113b commit 3a1902b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tests/jena-fuseki*
.project
.DS_Store
.phpunit.result.cache
/.idea
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"easyrdf/easyrdf": "1.1.*",
"etdsolutions/waypoints": "4.0.0",
"symfony/polyfill-php80": "1.*",
"twig/twig": "2.13.*",
"twig/twig": "2.14.*",
"twig/extensions": "1.5.*",
"twitter/bootstrap": "3.3.*",
"twitter/typeahead.js": "v0.10.5",
Expand All @@ -88,5 +88,10 @@
},
"autoload": {
"classmap": ["controller/", "model/", "model/sparql/"]
},
"config": {
"allow-plugins": {
"robloach/component-installer": true
}
}
}

0 comments on commit 3a1902b

Please sign in to comment.