Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Nov 19, 2024
1 parent 2197853 commit 925917a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Vista

A blazing-fast and ultra-lightweight PHP view engine designed for modern PHP 8.4+ applications.
A brand new, blazing-fast, and ultra-lightweight PHP view engine designed for modern PHP 8.4+ applications.

[![Packagist Downloads](https://img.shields.io/packagist/dt/nullaidev/vista)](https://packagist.org/packages/nullaidev/vista)

## Overview

Expand Down Expand Up @@ -28,6 +30,8 @@ To get started with Vista, you need to have PHP 8.4 installed on your system. Yo
composer require nullaidev/vista
```

https://packagist.org/packages/nullaidev/vista

## Project Example

```text
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"license": "MIT",
"require": {
"php": ">=8.4",
"ext-mbstring": "*",
"ext-iconv": "*"
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^11"
Expand Down

0 comments on commit 925917a

Please sign in to comment.