Skip to content

Commit

Permalink
Initial repository translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Jan 3, 2025
0 parents commit 994efcc
Show file tree
Hide file tree
Showing 8 changed files with 24,044 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "olcaytaner/framenet",
"version": "1.0.0",
"description": "Simple Framenet library",
"type": "library",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"olcaytaner\\Framenet\\": "src/"
}
},
"authors": [
{
"name": "y"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "11.4.0",
"olcaytaner/xmlparser": "1.0.1"
}
}
Loading

0 comments on commit 994efcc

Please sign in to comment.