Skip to content

Commit

Permalink
Merge pull request #16 from royvanv/statamic-4
Browse files Browse the repository at this point in the history
Statamic 4 and Laravel 10 support
  • Loading branch information
octoper authored Mar 4, 2024
2 parents 157d215 + f2e4e59 commit b98945a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Tests](https://github.com/octoper/statamic-blade-components/actions/workflows/tests.yaml/badge.svg)](https://github.com/octoper/statamic-blade-components/actions/workflows/tests.yaml)
[![StyleCI](https://github.styleci.io/repos/290389800/shield?branch=main)](https://github.styleci.io/repos/290389800?branch=main)

A [Laravel Blade Components](https://laravel.com/docs/8.x/blade#components) integration for Statamics Antlers template engine.
A [Laravel Blade Components](https://laravel.com/docs/10.x/blade#components) integration for Statamics Antlers template engine.
<!-- /statamic:hide -->

## Installation
Expand All @@ -16,7 +16,7 @@ composer require octoper/statamic-blade-components
```

## General documentation
[Laravel Blade Components](https://laravel.com/docs/8.x/blade#components)
[Laravel Blade Components](https://laravel.com/docs/10.x/blade#components)

## How to be used with the Antlers template engine
```html
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/view": "^8.0 || ^9.0",
"statamic/cms": "^3.3"
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0",
"statamic/cms": "^3.3 || ^4.0"
},
"require-dev": {
"nunomaduro/collision": "^6.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@php vendor/bin/testbench package:discover --ansi"
],
"test:types": "./vendor/bin/phpstan analyse --ansi --memory-limit=0",
"test": "./vendor/bin/pestphp"
"test": "./vendor/bin/pest"
},
"extra": {
"statamic": {
Expand Down

0 comments on commit b98945a

Please sign in to comment.