Skip to content

madewithlove/semver

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2024
Nov 28, 2024
Mar 29, 2024
Mar 29, 2024
Oct 20, 2021
Mar 29, 2024
Apr 23, 2024
Mar 29, 2024
Jan 22, 2021
Jul 31, 2024
Jan 22, 2021
Mar 29, 2024
Aug 8, 2022
Mar 29, 2024
Sep 16, 2022
Mar 29, 2024
Nov 28, 2024
Feb 20, 2025
Jan 22, 2025
Jan 22, 2025
Aug 5, 2022
Mar 29, 2024
Aug 29, 2022
Aug 31, 2022

Repository files navigation


madewithlove

SemVer

A SemVer checker tool for Packagist.

ci issues pull requests contributors contributions

Built with ❤️︎ and ☕ by heroes at madewithlove.

About

This is the repository for the SemVer checker tool hosted at semver.madewithlove.com.

Tech Stack

Prerequisites

Installation

1. Clone the repository:

git clone git@github.com:madewithlove/semver.git

2. Go to the project folder:

cd semver

3. Install the dependencies:

composer install

4. Create a copy of .env.example:

cp .env.example .env

5. Set the application key:

php artisan key:generate

6. Start the PHP development server:

php artisan serve

Tests

Run the following command:

php artisan test

Contributing

Contributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.