Skip to content

Commit

Permalink
Merge pull request #6 from dystcz/feature/upgrade-to-lunar-api-1.0.0-…
Browse files Browse the repository at this point in the history
…beta.1

Upgrade to lunar-api 1.0.0-beta.1
  • Loading branch information
theimerj authored Oct 14, 2024
2 parents fd19502 + 3e4deb2 commit fb4d910
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 14,798 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/vendor
composer.phar
composer.lock
.DS_Store
/.idea
.phpactor.json
.phpunit.result.cache
.phpunit.cache
.php-cs-fixer.cache
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
],
"require": {
"php": "^8.2",
"dystcz/lunar-api": "^1.0.0-alpha",
"dystcz/lunar-api": "^1.0.0-beta",
"illuminate/support": "^11.0",
"ext-redis": "*"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.0",
"laravel-json-api/testing": "^3.0",
"laravel/pint": "^1.7",
"orchestra/testbench": "^9.0",
Expand Down
Loading

0 comments on commit fb4d910

Please sign in to comment.