Skip to content

Commit cf0c784

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 2535c29 commit cf0c784

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-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
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=8.0",
24-
"sharpapi/php-core": "^1.0.2",
24+
"sharpapi/php-core": "^1.4.0",
2525
"guzzlehttp/guzzle": "^7.0|^7.9|^7.10"
2626
},
2727
"autoload": {

src/CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<claude-mem-context>
2+
# Recent Activity
3+
4+
<!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5+
6+
*No recent activity*
7+
</claude-mem-context>

0 commit comments

Comments
 (0)