Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning committed May 14, 2024
2 parents c2b86dc + 30d598a commit 6790f2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
],
"require": {
"php": "^8.0",
<<<<<<< HEAD
"astrogoat/strata": "^0.6.0",
=======
"astrogoat/strata": "^0.3.0|^0.4.0|^0.5.0|^0.6.0",
>>>>>>> 30d598a6e907e276a310073df0d3ea1274b6bdee
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37 || ^9.9|^10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton",
"version": "0.0.0",
"version": "0.1.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/run-tests?label=tests)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/Check%20&%20fix%20styling?label=code%20style)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 6790f2f

Please sign in to comment.