Skip to content

Commit d7cc6a3

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 b7789e9 commit d7cc6a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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": {

0 commit comments

Comments
 (0)