File tree Expand file tree Collapse file tree 4 files changed +39
-15
lines changed Expand file tree Collapse file tree 4 files changed +39
-15
lines changed Original file line number Diff line number Diff line change 1+ # This config was automatically generated from your source code
2+ # Stacks detected: deps:php:.
3+ version : 2.1
4+ orbs :
5+ php : circleci/php@1
6+ jobs :
7+ test-php :
8+ # Install php packages and run tests
9+ docker :
10+ - image : cimg/php:8.2-node
11+ steps :
12+ - checkout
13+ - php/install-packages
14+ - run :
15+ name : run tests
16+ command : ./vendor/bin/phpunit
17+ deploy :
18+ # This is an example deploy job, not actually used by the workflow
19+ docker :
20+ - image : cimg/base:stable
21+ steps :
22+ # Replace this with steps to deploy to users
23+ - run :
24+ name : deploy
25+ command : ' #e.g. ./deploy.sh'
26+ workflows :
27+ build-and-test :
28+ jobs :
29+ - test-php
30+ # - deploy:
31+ # requires:
32+ # - test-php
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44![ Packagist] ( https://img.shields.io/packagist/dt/pacerit/laravel-polish-validation-rules?label=Downloads )
55![ PHP from Packagist] ( https://img.shields.io/packagist/php-v/pacerit/laravel-polish-validation-rules?label=PHP )
66[ ![ StyleCI] ( https://github.styleci.io/repos/201912664/shield?branch=master )] ( https://github.styleci.io/repos/201912664 )
7- [ ![ Build Status ] ( https://travis-ci .com/pacerit/laravel-polish-validation-rules.svg?branch=master )] ( https://travis-ci .com/pacerit/laravel-polish-validation-rules )
7+ [ ![ < PacerIT > ] ( https://circleci .com/gh/ pacerit/laravel-polish-validation-rules.svg?style=svg )] ( https://circleci .com/gh /pacerit/laravel-polish-validation-rules )
88
99Simple Polish Validation rules for Laravel and Lumen framework
1010
@@ -24,9 +24,10 @@ Framework | Package | Note
24245.8.x | ^1.x.x | No longer maintained.
25256.0.x | ^2.x.x | No longer maintained.
26267.x.x | ^3.x.x | No longer maintained.
27- 8.x.x | ^4.x.x | PHP ^8.0 Supported from 4.0.3, Bug fixes only.
27+ 8.x.x | ^4.x.x | PHP ^8.0 Supported from 4.0.3, Bug fixes only. No longer maintained.
28289.x.x | ^5.x.x |
292910.x.x | ^6.x.x |
30+ 11.x.x | ^7.x.x |
3031
3132## Rules
3233
Original file line number Diff line number Diff line change 1111 " REGON"
1212 ],
1313 "require" : {
14- "php" : " ^8.1 " ,
15- "illuminate/support" : " ^10 .0" ,
14+ "php" : " ^8.2 " ,
15+ "illuminate/support" : " ^11 .0" ,
1616 "ext-calendar" : " *"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ^10 .0" ,
20- "orchestra/testbench" : " ^8.1 "
19+ "phpunit/phpunit" : " ^11 .0" ,
20+ "orchestra/testbench" : " ^9.0 "
2121 },
2222 "license" : " MIT" ,
2323 "authors" : [
You can’t perform that action at this time.
0 commit comments