Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschloebe authored Aug 18, 2024
1 parent 6d6e895 commit 53e2710
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "oliverschloebe/google-spell-pspell",
"description": "A PHP Pspell substitute for Google Spell Check XML API.",
"keywords": ["pspell", "aspell", "googiespell", "php"],
"license": "MIT",
"require": {
"php": "~8.0"
},
"config": {
"platform": {
"php": "8.3"
},
"sort-packages": true
}
}

0 comments on commit 53e2710

Please sign in to comment.