Skip to content

Commit 523c2f6

Browse files
committed
Update package configuration and standardize env variable naming
- Standardize SHARP_API_KEY as primary environment variable - Maintain SHARPAPI_KEY as backward-compatible fallback
1 parent ef7131d commit 523c2f6

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/vendor/
2+
composer.lock
3+
.idea
4+
.DS_Store
5+
node_modules/
6+
npm-debug.log
7+
yarn-error.log
8+
coverage
9+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=8.0",
23-
"sharpapi/php-core": "^1.0.2",
23+
"sharpapi/php-core": "^1.4.0",
2424
"guzzlehttp/guzzle": "^7.0|^7.9|^7.10"
2525
},
2626
"autoload": {

src/CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<claude-mem-context>
2+
# Recent Activity
3+
4+
<!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5+
6+
### Jan 10, 2026
7+
8+
| ID | Time | T | Title | Read |
9+
|----|------|---|-------|------|
10+
| #73 | 7:37 PM | 🔵 | SeoTagsGeneratorClient Implements Simpler Parameter Set | ~414 |
11+
</claude-mem-context>

0 commit comments

Comments
 (0)