Skip to content

Commit

Permalink
Update GitHub Actions versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Apr 20, 2024
1 parent 70c9367 commit 05b1ca5
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_NAME=Revive
APP_VERSION=1.0.1
APP_VERSION=1.0.3
Binary file modified builds/revive
Binary file not shown.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
],
"require": {
"php": "^8.2",
"larastan/larastan": "v2.9.2",
"larastan/larastan": "^v2.9.5",
"mrchetan/php_standard": "^4.0.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "v3.52.1",
"laravel-zero/framework": "^v10.3",
"laravel/pint": "v1.15.1",
"friendsofphp/php-cs-fixer": "^v3.54.0",
"laravel-zero/framework": "^v10.4",
"laravel/pint": "^v1.15.1",
"nunomaduro/termwind": "^v1.15.1",
"pestphp/pest": "v2.34.6",
"rector/rector": "^1.0.3",
"pestphp/pest": "^v2.34.7",
"rector/rector": "^1.0.4",
"spatie/invade": "^1.1.1",
"tightenco/tlint": "^v9.3.0"
},
Expand All @@ -54,6 +54,7 @@
]
},
"scripts": {
"app": "./revive",
"lint": "./revive lint",
"fix": "./revive fix",
"rector-dry-run": "vendor/bin/rector process --dry-run --ansi",
Expand Down
Loading

0 comments on commit 05b1ca5

Please sign in to comment.