Skip to content

Commit

Permalink
Bump the PHP version to 8.1
Browse files Browse the repository at this point in the history
normalize composer.json
  • Loading branch information
alies-dev committed Jan 26, 2024
1 parent cee81c9 commit ef70059
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "spatie/calendar-links",
"description": "Generate add to calendar links for Google, iCal and other calendar systems",
"license": "MIT",
"keywords": [
"spatie",
"calendar-links"
],
"homepage": "https://github.com/spatie/calendar-links",
"license": "MIT",
"authors": [
{
"name": "Sebastian De Deyne",
Expand All @@ -15,8 +14,9 @@
"role": "Developer"
}
],
"homepage": "https://github.com/spatie/calendar-links",
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.48",
Expand All @@ -34,14 +34,14 @@
"Spatie\\CalendarLinks\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"psalm": "vendor/bin/psalm --find-unused-psalm-suppress --output-format=phpstorm",
"psalm:ci": "vendor/bin/psalm --find-unused-psalm-suppress --output-format=github --shepherd",
"test": "vendor/bin/phpunit",
"test:update-snapshots": "vendor/bin/phpunit -d --update-snapshots"
},
"config": {
"sort-packages": true
}
}

0 comments on commit ef70059

Please sign in to comment.