Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Apr 1, 2023
1 parent 3c809b3 commit 5a21c57
Show file tree
Hide file tree
Showing 5 changed files with 1,574 additions and 768 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.28" installed="2.30.2" location="./tools/composer-normalize" copy="true"/>
<phar name="phpcbf" version="^3.7.1" installed="3.7.2" location="./tools/phpcbf" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.15.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="laravel/pint" version="^1.6.0" installed="1.6.0" location="./tools/pint" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.15.1" location="./tools/php-cs-fixer" copy="true"/>
<phar name="laravel/pint" version="^1.6.0" installed="1.7.0" location="./tools/pint" copy="true"/>
</phive>
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SHELL := /bin/bash

VERSION ?= latest

default:

update-dependencies:
composer update --with-all-dependencies
phive update --force-accept-unsigned
composer outdated --direct
phive outdated

build:
./ringier-code-style app:build ringier-code-style --build-version="$(VERSION)"
Binary file modified builds/ringier-code-style
Binary file not shown.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"laravel-zero/framework": "^9.0",
"laravel-zero/framework": "^10.0",
"mockery/mockery": "^1.4.4",
"nunomaduro/termwind": "^1.3",
"pestphp/pest": "^1.21.1"
"pestphp/pest": "^2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 5a21c57

Please sign in to comment.