Skip to content

Commit a203c99

Browse files
committed
Added env:list command
1 parent 3347f68 commit a203c99

File tree

8 files changed

+1476
-1313
lines changed

8 files changed

+1476
-1313
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nandi95/laravel-env-in-aws-ssm",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Manage your environment variables in AWS' SSM Parameter store",
55
"type": "library",
66
"license": "MIT",
@@ -24,9 +24,9 @@
2424
],
2525
"minimum-stability": "stable",
2626
"require-dev": {
27-
"php": ">=8.0",
28-
"orchestra/testbench": "^7.0",
29-
"phpunit/phpunit": "^9.5",
27+
"php": ">=8.1",
28+
"orchestra/testbench": "^8.0.8",
29+
"phpunit/phpunit": "^10.0.16",
3030
"roave/security-advisories": "dev-latest",
3131
"friendsofphp/php-cs-fixer": "^3.11",
3232
"phpmd/phpmd": "^2.13",

0 commit comments

Comments
 (0)